-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First commit, source code salvaged from http://rayer.g6.cz/download/j…
…udas210.zip (including improvements by RayeR). Signed-off-by: Volkert de Buisonjé <[email protected]>
- Loading branch information
0 parents
commit b3ef113
Showing
82 changed files
with
27,156 additions
and
0 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 @@ | ||
rhgdb jp.exe tune1 |
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,11 @@ | ||
@echo off | ||
set blaster= | ||
rem set DJGPP=E:\DJGPP\DJGPP.ENV | ||
rem set PATH=E:\DJGPP\BIN;%PATH% | ||
make.exe -f makefile.dj | ||
make.exe -f jp.dj | ||
make.exe -f anal.dj | ||
strip -s anal.exe | ||
strip -s jp.exe | ||
upx --best anal.exe | ||
upx --best jp.exe |
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,9 @@ | ||
rem rebuild judas library | ||
del *.lib | ||
wmake /f makefile.wat | ||
del *.obj | ||
|
||
rem rebuild example files | ||
wmake /f jp.wat | ||
wmake /f anal.wat | ||
del *.obj |
Oops, something went wrong.