mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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
This commit is contained in:
parent
1b266b0c7e
commit
9fae0373b0
@ -54,7 +54,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
<compilerarg value="-x" if="gcc"/>
|
<compilerarg value="-x" if="gcc"/>
|
||||||
<compilerarg value="c++" if="gcc"/>
|
<compilerarg value="c++" if="gcc"/>
|
||||||
<compilerarg value="/EHsc" unless="gcc"/>
|
<compilerarg value="/EHsc" unless="gcc"/>
|
||||||
<compilerarg value="/Za" unless="gcc"/>
|
|
||||||
|
|
||||||
|
|
||||||
<fileset dir="${basedir}/${ToolName}"
|
<fileset dir="${basedir}/${ToolName}"
|
||||||
|
@ -253,7 +253,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
<target name="Tools" depends="Libraries">
|
<target name="Tools" depends="Libraries">
|
||||||
<subant target="" inheritall="true">
|
<subant target="" inheritall="true">
|
||||||
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
|
<fileset dir="${PACKAGE_DIR}" includes="*/build.xml"
|
||||||
excludes="${Libs} GenFvMap/build.xml"/>
|
excludes="${Libs}"/>
|
||||||
</subant>
|
</subant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user