1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 03:49:56 +00:00
InForm/setup_win.cmd

11 lines
295 B
Batchfile
Raw Normal View History

2022-10-13 00:36:39 +00:00
@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