diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-21 00:50:13 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-21 00:50:13 +0000 |
commit | 87acd19c6d5587d0193af5ab8ebaa455c88b9508 (patch) | |
tree | 5daecae02c9d56ea3912b649d45acccade858c35 /BaseTools | |
parent | d42d853ee0cd3abb9d5cfd7df9b87c23dce2e19d (diff) | |
download | edk2-87acd19c6d5587d0193af5ab8ebaa455c88b9508.zip edk2-87acd19c6d5587d0193af5ab8ebaa455c88b9508.tar.gz edk2-87acd19c6d5587d0193af5ab8ebaa455c88b9508.tar.bz2 |
Standardized the command line options of VfrCompile.exe and changed its uses in build_rule.template.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4740 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rwxr-xr-x | BaseTools/Bin/Win32/VfrCompile.exe | bin | 790528 -> 1093632 bytes | |||
-rw-r--r-- | BaseTools/Conf/build_rule.template | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Bin/Win32/VfrCompile.exe b/BaseTools/Bin/Win32/VfrCompile.exe Binary files differindex 716bc47..2d8e3c2 100755 --- a/BaseTools/Bin/Win32/VfrCompile.exe +++ b/BaseTools/Bin/Win32/VfrCompile.exe diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index 6aa6a06..0f3a5b3 100644 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -164,7 +164,7 @@ "$(PP)" $(VFRPP_FLAGS) $(INC) ${src} > $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.i
Trim --vfr-file -o $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.i
-mkdir ${d_path} > NUL 2>&1
- VfrCompile -nopp -od ${d_path} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii
+ VfrCompile --no-preprocessing --output-directory ${d_path} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii
[Build.Object-File]
<InputFile>
|