haxchi/Build.bat

21 lines
204 B
Batchfile
Raw Normal View History

@echo off
cd installer
mkdir data 2>/nul
cd ../dsrom
echo.
echo Building DS ROMs
echo.
make clean
2016-11-28 19:05:58 +01:00
make Windows_NT=1
cd ../installer
echo.
echo Building WiiU Installer
echo.
make clean
make
echo.
pause