diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpf/BIN/coverage.bat	Mon Jun 01 03:24:05 2015 +0000
@@ -0,0 +1,23 @@
+echo on
+
+call profile_temp_config.bat
+
+call profile_config.bat %exe% skip_lower %outpath_ext%
+
+@rem kill existing instances of the stack.
+pkill %exe%.exe
+pkill %exe%._xe
+pkill %exe%.ex
+pkill %exe%._x
+
+pkill g23_smi_gprs_wa
+
+if exist %outdir%%exe%.pbo ( PREP /M %outdir%%exe% ) 
+ 
+@if %errorlevel%==9009 (echo Please make sure that the directory: C:\Program Files\Microsoft Visual Studio\VC98\bin - is included in the path)
+
+start "Do not kill me - use post_processing.bat." helper.bat
+
+exit
+
+:done
\ No newline at end of file