mirror of https://github.com/acidanthera/audk.git
Fixed unicode parse issue and vfr file build issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2982 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
29afc51b4c
commit
2a3e0cce69
Binary file not shown.
|
@ -118,6 +118,7 @@ $(OUTPUT_DIR)${sep}${fdir}${sep}${fbase}.obj : $(COMMON_DEPS)
|
|||
${BEGIN}$(OUTPUT_DIR)${sep}${fdir}${sep}${fbase}.obj : $(WORKSPACE)${sep}${fdep}
|
||||
${END}\t"$(VFRPP)" $(VFRPP_FLAGS) $(INC) $(WORKSPACE)${sep}${fpath} > $(@D)${sep}${fbase}.i
|
||||
\tTrim -VFR $(@D)${sep}${fbase}.i
|
||||
\t-mkdir $(DEBUG_DIR)${sep}${fdir} > NUL 2>&1
|
||||
\t"$(VFRC)" $(VFRC_FLAGS) -od $(DEBUG_DIR)${sep}${fdir} $(@D)${sep}${fbase}.iii
|
||||
\t"$(CC)" $(CC_FLAGS) $(INC) /Fo$@ $(DEBUG_DIR)${sep}${fdir}${sep}${fbase}.c
|
||||
''',
|
||||
|
|
Loading…
Reference in New Issue