-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
911 additions
and
822 deletions.
There are no files selected for viewing
1,720 changes: 898 additions & 822 deletions
1,720
Windows/patcher.bat → Windows/WiiWarePatcher.bat
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,13 @@ | ||
@echo off | ||
:: Install MinGW if you want to compile under Windows. | ||
|
||
echo Compiling... | ||
g++ wiiwarepatcher.cpp -lws2_32 -static -o WiiWarePatcher.exe | ||
echo. | ||
if %errorlevel%==0 ( | ||
echo OK! | ||
) else ( | ||
echo Failed. | ||
) | ||
|
||
pause |