diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-04 06:43:12 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-04 06:43:12 +0000 |
commit | 9fae0373b02b13a467063a8fc88e6b34c9c9371e (patch) | |
tree | 801fa856bc2ad766971ab1e7e6e2be906f42c1c0 /Tools/CCode/Source/GenFvMap | |
parent | 1b266b0c7ee0611ea459f995d530c60b906e7b56 (diff) | |
download | edk2-platforms-9fae0373b02b13a467063a8fc88e6b34c9c9371e.tar.xz |
Fix building issue for VC compiler. And enable GenFvMap in building CCode package.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2168 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/GenFvMap')
-rw-r--r-- | Tools/CCode/Source/GenFvMap/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/CCode/Source/GenFvMap/build.xml b/Tools/CCode/Source/GenFvMap/build.xml index 0d05b58e87..cf8e34c120 100644 --- a/Tools/CCode/Source/GenFvMap/build.xml +++ b/Tools/CCode/Source/GenFvMap/build.xml @@ -54,7 +54,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <compilerarg value="-x" if="gcc"/>
<compilerarg value="c++" if="gcc"/>
<compilerarg value="/EHsc" unless="gcc"/>
- <compilerarg value="/Za" unless="gcc"/>
<fileset dir="${basedir}/${ToolName}"
|