1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00
QB64-PE/.ci/compile.bat
2022-05-14 15:34:39 -04:00

12 lines
274 B
Batchfile

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