diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-26 20:22:29 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-26 20:22:29 +0000 |
commit | 13dda71281649eb11256fb5d2d71d16eefaefa8f (patch) | |
tree | e9d755afad38ba477eee1101fcd200dcee6bcb52 | |
parent | 54ea43e58c25e21b82f689459749a7869d7f9244 (diff) | |
download | edk2-platforms-13dda71281649eb11256fb5d2d71d16eefaefa8f.tar.xz |
Convert to unix format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@54 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Tools/Source/TianoTools/GenCRC32Section/build.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/GenCRC32Section/build.gcc b/Tools/Source/TianoTools/GenCRC32Section/build.gcc index 8d239da2fb..598638e9b2 100644 --- a/Tools/Source/TianoTools/GenCRC32Section/build.gcc +++ b/Tools/Source/TianoTools/GenCRC32Section/build.gcc @@ -1 +1 @@ -gcc -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -o GenCRC32Section -L../Library-mingw -lCommon
+gcc -mno-cygwin -I "$WORKSPACE/MdePkg/Include/" -I"$WORKSPACE/MdePkg/Include/Ia32/" -I"../Common/" -I$WORKSPACE/MdePkg/Include/Protocol/ -I$WORKSPACE/MdePkg/Include/Common/ *.c -o GenCRC32Section -L../Library-mingw -lCommon |