mirror of https://github.com/acidanthera/audk.git
Removed the extra source file from preprocessor's command line options for building vfr files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2359 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
420c3edfc6
commit
7407b98bbe
|
@ -744,26 +744,19 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
</command>
|
||||
</cc>
|
||||
</then>
|
||||
</if>
|
||||
|
||||
<if>
|
||||
<not>
|
||||
<equals arg1="${CC_FAMILY}" arg2="GCC"/>
|
||||
</not>
|
||||
<then>
|
||||
<else>
|
||||
<cc userdefine="on">
|
||||
<command type="PP" cmd="${PP}" workdir="${DEST_DIR_OUTPUT}/@{FILEPATH}" family="${PP_FAMILY}"
|
||||
dpath="${PP_DPATH}" libpath="${PP_LIBPATH}" include="${PP_INCLUDEPATH}">
|
||||
<argument value="${VFRPP_FLAGS} ${MODULE_DIR}/@{FILEPATH}/@{FILENAME}.@{FILEEXT}"/>
|
||||
<argument value="${VFRPP_FLAGS}"/>
|
||||
<!-- Output file of the preprocess -->
|
||||
<EXTRA.INC/>
|
||||
<fileset casesensitive="on" file="${MODULE_DIR}/@{FILEPATH}/@{FILENAME}.@{FILEEXT}"/>
|
||||
</command>
|
||||
</cc>
|
||||
</then>
|
||||
</else>
|
||||
</if>
|
||||
|
||||
|
||||
<vfrcompile createIfrBinFile="on" createListFile="on" outPutDir="${DEST_DIR_DEBUG}/@{FILEPATH}" vfrFile="${DEST_DIR_OUTPUT}/@{FILEPATH}/@{FILENAME}.i">
|
||||
<EXTRA.INC/>
|
||||
</vfrcompile>
|
||||
|
|
Loading…
Reference in New Issue