1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/.ci/compile.bat

12 lines
274 B
Batchfile
Raw Normal View History

2020-01-08 09:33:09 +00:00
@ECHO OFF
2020-01-08 08:35:38 +00:00
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
2022-04-29 05:02:17 +00:00
qb64_bootstrap.exe -x -w source\qb64.bas
2020-01-08 08:35:38 +00:00
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