10 lines
134 B
Batchfile
10 lines
134 B
Batchfile
@echo off
|
|
|
|
if not exist "build" mkdir "build"
|
|
"tools\makensis.exe" "iw7_Installer.nsi"
|
|
|
|
echo.
|
|
echo Compiled successfully!
|
|
echo.
|
|
|
|
pause |