1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00
QB64-PE/.ci/compile.bat
2022-05-12 00:21:02 -04:00

12 lines
218 B
Batchfile

@ECHO OFF
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
qb64_bootstrap.exe -x -w source\qb64.bas
IF ERRORLEVEL 1 exit /b 1
cd ..\..
internal\c\c_compiler\bin\mingw32-make.exe OS=win clean
del qb64_bootstrap.exe