forked from smealum/haxchi
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Haxchi v2.0 - now with its own installer!
- Loading branch information
Showing
194 changed files
with
22,063 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@echo off | ||
|
||
cd installer | ||
mkdir data 2>/nul | ||
cd ../dsrom | ||
echo. | ||
echo Building DS ROMs | ||
echo. | ||
make clean | ||
make | ||
|
||
cd ../installer | ||
echo. | ||
echo Building WiiU Installer | ||
echo. | ||
make clean | ||
make | ||
|
||
echo. | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.