mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
10 lines
295 B
Batchfile
10 lines
295 B
Batchfile
@rem InForm for QB64-PE Setup script
|
|
@echo off
|
|
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
rem Adjust the path below to point to mingw32-make.exe in your QB64 installation
|
|
echo Compiling InForm...
|
|
..\QB64pe\internal\c\c_compiler\bin\mingw32-make.exe clean OS=win
|
|
..\QB64pe\internal\c\c_compiler\bin\mingw32-make.exe OS=win
|