comparison gpf/BIN/coverage.bat @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 echo on
2
3 call profile_temp_config.bat
4
5 call profile_config.bat %exe% skip_lower %outpath_ext%
6
7 @rem kill existing instances of the stack.
8 pkill %exe%.exe
9 pkill %exe%._xe
10 pkill %exe%.ex
11 pkill %exe%._x
12
13 pkill g23_smi_gprs_wa
14
15 if exist %outdir%%exe%.pbo ( PREP /M %outdir%%exe% )
16
17 @if %errorlevel%==9009 (echo Please make sure that the directory: C:\Program Files\Microsoft Visual Studio\VC98\bin - is included in the path)
18
19 start "Do not kill me - use post_processing.bat." helper.bat
20
21 exit
22
23 :done