diff options
Diffstat (limited to 'Tools/Source/TianoTools/StrGather/build.gcc')
-rw-r--r-- | Tools/Source/TianoTools/StrGather/build.gcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/TianoTools/StrGather/build.gcc b/Tools/Source/TianoTools/StrGather/build.gcc new file mode 100644 index 0000000000..c7c6af7003 --- /dev/null +++ b/Tools/Source/TianoTools/StrGather/build.gcc @@ -0,0 +1 @@ +gcc -mno-cygwin -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ StrGather.c StringDB.c -o StrGather -L../Library-mingw -lCommon
|