1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00
InForm/build.bat
2018-01-23 23:02:07 -02:00

14 lines
No EOL
353 B
Batchfile

@echo off
echo Deleting old InForm folder...
del /S /Q ..\qb64\InForm\*.* > nul
del /S /Q ..\qb64\UiEditor.exe > nul
rd ..\qb64\InForm\resources\ > nul
rd ..\qb64\InForm > nul
..\qb64\qb64 -s:exewithsource=false
..\qb64\qb64 -x "C:\Documents and Settings\Administrator\Desktop\InForm\InForm\UiEditor.bas"
xcopy InForm\*.* ..\qb64\InForm\*.* /Q
pause