diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-26 20:21:55 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-26 20:21:55 +0000 |
commit | 525841952863d1640f55d4e95ef4e8857804a6e5 (patch) | |
tree | d3a60f8a7a86e76a516fb8411a6473e79e5d69bd /Tools/Source/TianoTools | |
parent | 171ba5845837c02c7abf89e0b866aef11c198a91 (diff) | |
download | edk2-platforms-525841952863d1640f55d4e95ef4e8857804a6e5.tar.xz |
Convert to unix format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@45 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools')
-rw-r--r-- | Tools/Source/TianoTools/GenDepex/build.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/GenDepex/build.gcc b/Tools/Source/TianoTools/GenDepex/build.gcc index 71f5a9b731..5e6adeb616 100644 --- a/Tools/Source/TianoTools/GenDepex/build.gcc +++ b/Tools/Source/TianoTools/GenDepex/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 GenDepex -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 GenDepex -L../Library-mingw -lCommon |