mirror of https://github.com/2003scape/deep-c-rsc

7 changed files with 29 additions and 35 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
java -jar ./JCGO/jcgo.jar mudclient -src ./mudclient204-threadless \ |
||||
@JCGO/stdpaths.in |
||||
|
||||
patch -p0 -i sdl.diff |
||||
|
||||
emcc -O2 -I ./JCGO/include -I ./JCGO/native -I \ |
||||
-fno-strict-aliasing \ |
||||
-DJCGO_NOGC -DJCGO_FPFAST -DJCGO_FASTMATH -DJCGO_INET \ |
||||
-DJCGO_INTFIT -DJCGO_UNIX -D_FPU_CONTROL_H -D_IEEEFP_H -DJCGO_UNIFSYS \ |
||||
-o mudclient.html jcgo_Out/Main.c -lm -lSDL2 \ |
||||
-s ALLOW_MEMORY_GROWTH=1 -s USE_SDL=2 -s ASYNCIFY \ |
||||
--preload-file ./data204 |
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
#java -jar ./JCGO/jcgo.jar mudclient -src ./mudclient204-headless \ |
||||
# @JCGO/stdpaths.in |
||||
|
||||
#patch -p0 -i sdl.diff |
||||
|
||||
#x86_64-w64-mingw32-gcc -g -I ./JCGO/include -I ./JCGO/native \ |
||||
i686-w64-mingw32-gcc -g -I ./JCGO/include -I ./JCGO/native \ |
||||
-I ./JCGO/include/boehmgc -I ./SDL2-2.0.14/i686-w64-mingw32/include \ |
||||
-DJCGO_NOGC -DJCGO_USEGCJ -DJCGO_FPFAST -DJCGO_FASTMATH -DJCGO_INET \ |
||||
-DJCGO_INTFIT -DJCGO_THREADS -D_IEEEFP_H -DJCGO_WIN32 \ |
||||
-o mudclient.exe jcgo_Out/Main.c -lm \ |
||||
-L ./SDL2-2.0.14/i686-w64-mingw32/lib -lSDL2 -lwsock32 \ |
||||
./JCGO/libs/x86/mingw/libgcmt.a -no-pie |
Binary file not shown.
Loading…
Reference in new issue