2019-04-20 14:27:04 -07:00
|
|
|
echo "TIMESTAMP %date% %time% Building rusefi simulator"
|
2019-02-12 17:01:16 -08:00
|
|
|
pwd
|
|
|
|
cd simulator
|
|
|
|
gcc -v
|
|
|
|
make -v
|
|
|
|
mkdir out
|
|
|
|
rm -rf build
|
|
|
|
rm -rf .dep
|
|
|
|
call compile.bat
|
|
|
|
cd ..
|
|
|
|
if not exist simulator/build/rusefi_simulator.exe echo SIMULATOR COMPILATION FAILED
|
2019-11-20 16:46:46 -08:00
|
|
|
if not exist simulator/build/rusefi_simulator.exe exit -1
|