diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 03:41:33 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-03 03:41:33 +0000 |
commit | 2a3e0cce69b21974d147718cda880885415488f8 (patch) | |
tree | 1a151d54d7e2164b52da78d6d56b092499a3f69a /BaseTools | |
parent | 29afc51b4cb82c140cb3d2061e617e2f389896f3 (diff) | |
download | edk2-platforms-2a3e0cce69b21974d147718cda880885415488f8.tar.xz |
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
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Bin/Win32/build.exe | bin | 1861251 -> 1861905 bytes | |||
-rw-r--r-- | BaseTools/Conf/build_rule.template | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe Binary files differindex 92a0e8cf0f..f679bcb342 100644 --- a/BaseTools/Bin/Win32/build.exe +++ b/BaseTools/Bin/Win32/build.exe diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index 1faf846e38..7d81c32f6d 100644 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -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 ''', |