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 | |
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')
-rw-r--r-- | Tools/CCode/Source/GenFvMap/build.xml | 1 | ||||
-rw-r--r-- | Tools/CCode/Source/build.xml | 2 |
2 files changed, 1 insertions, 2 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}"
diff --git a/Tools/CCode/Source/build.xml b/Tools/CCode/Source/build.xml index bdd163a194..528fd7f6e3 100644 --- a/Tools/CCode/Source/build.xml +++ b/Tools/CCode/Source/build.xml @@ -253,7 +253,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <target name="Tools" depends="Libraries">
<subant target="" inheritall="true">
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
- excludes="${Libs} GenFvMap/build.xml"/>
+ excludes="${Libs}"/>
</subant>
</target>
|