diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-08 16:13:05 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-08 16:13:05 +0000 |
commit | 406479e60a0d5191d57f1c928fb8cf59a90c6629 (patch) | |
tree | eda347b9d5098bbc1eaab5e42f9e2908086541ab /Tools/Source/TianoTools/Common | |
parent | 19ce77c3e90fbc5a9029163ef2813592127c4498 (diff) | |
download | edk2-platforms-406479e60a0d5191d57f1c928fb8cf59a90c6629.tar.xz |
Get rid of the build.gcc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@110 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/Common')
-rw-r--r-- | Tools/Source/TianoTools/Common/build.gcc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tools/Source/TianoTools/Common/build.gcc b/Tools/Source/TianoTools/Common/build.gcc deleted file mode 100644 index a696bba30b..0000000000 --- a/Tools/Source/TianoTools/Common/build.gcc +++ /dev/null @@ -1,8 +0,0 @@ -mkdir -p ../Library-mingw -mkdir -p ../Library-cygwin -rm *.o -gcc -c -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -ar cr ../Library-cygwin/libCommon.a *.o -rm *.o -gcc -mno-cygwin -c -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -ar cr ../Library-mingw/libCommon.a *.o |