mirror of
https://github.com/datajerk/c2d.git
synced 2024-12-26 18:29:47 +00:00
updated gameserverclient example binary
This commit is contained in:
parent
0a4199ed9c
commit
ecd49dd0bf
4
Makefile
4
Makefile
@ -1,5 +1,6 @@
|
||||
|
||||
WIN32GCC = /usr/local/gcc-4.8.0-qt-4.8.4-for-mingw32/win32-gcc/bin/i586-mingw32-gcc
|
||||
C2T = c2t
|
||||
|
||||
all: bin/c2d bin/text2page bin/page2text
|
||||
|
||||
@ -78,6 +79,9 @@ gameserverclient.dsk: gameserverclient bin/c2d Makefile
|
||||
|
||||
dsk: gameserverclient.dsk gameserverclientbar.dsk gameserverclientbargr.dsk
|
||||
|
||||
gameserverclient.mon: gameserverclient
|
||||
$(C2T) gameserverclient,800 gameserverclient.mon
|
||||
|
||||
fulltest: gameserverclient gameserverclient.mon gameserverclient.text gameserverclient.tiff gameserverclientsplash.tiff test.sh test.scrp dist
|
||||
EMU=1 WIN=1 ./test.sh
|
||||
|
||||
|
BIN
bin/c2d.exe
BIN
bin/c2d.exe
Binary file not shown.
BIN
bin/page2text
BIN
bin/page2text
Binary file not shown.
Binary file not shown.
BIN
bin/text2page
BIN
bin/text2page
Binary file not shown.
Binary file not shown.
BIN
gameserverclient
BIN
gameserverclient
Binary file not shown.
8188
gameserverclient.mon
8188
gameserverclient.mon
File diff suppressed because it is too large
Load Diff
Binary file not shown.
8
test.sh
8
test.sh
@ -5,7 +5,7 @@ set -e
|
||||
PATH=bin:$PATH
|
||||
BIN=gameserverclient
|
||||
ADDR=800
|
||||
SUM=198bfc7dc8b17256c3c252998c26ce03
|
||||
SUM=3226e0aa8f35ee23a9de9b8f05abf688
|
||||
|
||||
rm -f ${BIN}.dsk
|
||||
echo
|
||||
@ -60,7 +60,7 @@ then
|
||||
fi
|
||||
fi
|
||||
|
||||
SUM=df792a2715bb9f7b91aed94e19e5f46c
|
||||
SUM=56a52e40a2351ff39669efa3fbdd0f19
|
||||
|
||||
rm -f ${BIN}.dsk
|
||||
echo
|
||||
@ -122,7 +122,7 @@ fi
|
||||
BIN=gameserverclient
|
||||
MON=gameserverclient.mon
|
||||
ADDR=800
|
||||
SUM=198bfc7dc8b17256c3c252998c26ce03
|
||||
SUM=3226e0aa8f35ee23a9de9b8f05abf688
|
||||
|
||||
rm -f ${BIN}.dsk
|
||||
echo
|
||||
@ -158,7 +158,7 @@ rm -f ${BIN}.dsk
|
||||
fi
|
||||
fi
|
||||
|
||||
SUM=df792a2715bb9f7b91aed94e19e5f46c
|
||||
SUM=56a52e40a2351ff39669efa3fbdd0f19
|
||||
|
||||
rm -f ${BIN}.dsk
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user