]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added "-nopp" to VfrCompile.exe tool to bypass the preprocessing on input file
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Feb 2008 01:35:38 +0000 (01:35 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Feb 2008 01:35:38 +0000 (01:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4698 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/build_rule.template

index d1ff1f928d47d7b4405d78b40b0db1ec32c56dc9..6aa6a06941bd40edc9125efb87f4aed3837c0d93 100644 (file)
         "$(PP)" $(VFRPP_FLAGS) $(INC) ${src} > $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.i\r
         Trim --vfr-file -o $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.i\r
         -mkdir ${d_path} > NUL 2>&1\r
-        VfrCompile -od ${d_path} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii\r
+        VfrCompile -nopp -od ${d_path} $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.iii\r
 \r
 [Build.Object-File]\r
     <InputFile>\r