Lines Matching refs:txt
34 if exist %WORKSPACE%\Conf\target.txt del %WORKSPACE%\Conf\target.txt
35 if exist %WORKSPACE%\Conf\tools_def.txt del %WORKSPACE%\Conf\tools_def.txt
36 if exist %WORKSPACE%\Conf\build_rule.txt del %WORKSPACE%\Conf\build_rule.txt
40 :: Setup EDK environment. Edksetup puts new copies of target.txt, tools_def.txt, build_rule.txt in …
48 set auto_config_inc=.\%PLATFORM_PACKAGE%\AutoPlatformCFG.txt
52 ::create new AutoPlatformCFG.txt file
169 :: Remove lines with these tags from target.txt
170 …ILD_RULE_CONF ACTIVE_PLATFORM MAX_CONCURRENT_THREAD_NUMBER" Conf\target.txt > Conf\target.txt.tmp
172 echo TARGET = %TARGET% >> Conf\target.txt.tmp
174 echo TARGET_ARCH = IA32 >> Conf\target.txt.tmp
176 echo TARGET_ARCH = IA32 X64 >> Conf\target.txt.tmp
178 echo TOOL_CHAIN_TAG = %TOOL_CHAIN_TAG% >> Conf\target.txt.tmp
179 echo BUILD_RULE_CONF = Conf/build_rule.txt >> Conf\target.txt.tmp
181 echo ACTIVE_PLATFORM = %PLATFORM_PACKAGE%/PlatformPkg%Arch%.dsc >> Conf\target.txt.tmp
183 echo ACTIVE_PLATFORM = %PLATFORM_PACKAGE%/PlatformPkg%Arch%Source.dsc >> Conf\target.txt.tmp
185 echo MAX_CONCURRENT_THREAD_NUMBER = %build_threads% >> Conf\target.txt.tmp
187 move /Y Conf\target.txt.tmp Conf\target.txt >nul
219 :: Extract Hii data from build and store in HiiDefaultData.txt
220 fce read -i ..\%BUILD_PATH%\FV\Vlv.fd > ..\%BUILD_PATH%\FV\HiiDefaultData.txt
223 fce update -i ..\%BUILD_PATH%\FV\Vlv.fd -s ..\%BUILD_PATH%\FV\HiiDefaultData.txt -o ..\%BUILD_PATH%…