summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-04 06:43:12 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-04 06:43:12 +0000
commit9fae0373b02b13a467063a8fc88e6b34c9c9371e (patch)
tree801fa856bc2ad766971ab1e7e6e2be906f42c1c0
parent1b266b0c7ee0611ea459f995d530c60b906e7b56 (diff)
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
-rw-r--r--Tools/CCode/Source/GenFvMap/build.xml1
-rw-r--r--Tools/CCode/Source/build.xml2
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>