Skip to content

Commit

Permalink
First commit, source code salvaged from http://rayer.g6.cz/download/j…
Browse files Browse the repository at this point in the history
…udas210.zip (including improvements by RayeR).

Signed-off-by: Volkert de Buisonjé <[email protected]>
  • Loading branch information
Piotr Ulaszewski (aka BSpider) authored and volkertb committed Sep 11, 2016
0 parents commit b3ef113
Show file tree
Hide file tree
Showing 82 changed files with 27,156 additions and 0 deletions.
1 change: 1 addition & 0 deletions !DEBUG.BAT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rhgdb jp.exe tune1
11 changes: 11 additions & 0 deletions !DJGPP.BAT
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
9 changes: 9 additions & 0 deletions !WATCOM.BAT
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
Loading

0 comments on commit b3ef113

Please sign in to comment.