mirror of
https://github.com/datajerk/gameserverclient.git
synced 2025-02-06 15:30:01 +00:00
5 more games, local cl65 build from c2t
This commit is contained in:
parent
033761b6dc
commit
98a935d917
13
Makefile
13
Makefile
@ -20,7 +20,7 @@ titles.inc: titles.pl
|
||||
sort -t\" -k 5 | \
|
||||
./titles.pl >$@
|
||||
|
||||
gameserverclient: gameserverclient.s titles.inc qrcodes.inc
|
||||
gameserverclient: gameserverclient.s titles.inc qrcodes.inc cc65-2.13.3/bin/cl65
|
||||
$(CL) $(CL_FLAGS) $<
|
||||
|
||||
gameserverclient.textpage: Makefile
|
||||
@ -39,6 +39,13 @@ gameserverclient.dsk: gameserverclient.textpage gameserverclient
|
||||
test: c_ballblazer_game.tiff c_ballblazer_loading.tiff c_ballblazer_piratesplash.tiff c_ballblazer_qrcode.tiff c_ballblazer_selected.tiff c_gameserverdisk_mainscreen.tiff c_gameserverdisk_splash.tiff test.sh test.scrp all
|
||||
./test.sh
|
||||
|
||||
clean:
|
||||
rm -f qrbytes *.o *.lst *.dsk *.inc *.textpage gameserverclient *.aif
|
||||
cc65-sources-2.13.3.tar.bz2:
|
||||
curl -sLO https://github.com/mrdudz/cc65-old/raw/master/cc65-sources-2.13.3.tar.bz2
|
||||
|
||||
cc65-2.13.3/bin/cl65: cc65-sources-2.13.3.tar.bz2
|
||||
bunzip2 -c cc65-sources-2.13.3.tar.bz2 | tar xf -
|
||||
(cd cc65-2.13.3; /usr/bin/sed 's!/usr/local!'${PWD}'/cc65-2.13.3!' <make/gcc.mak >Makefile; make -j4 bins || make bins && make install || true)
|
||||
|
||||
clean:
|
||||
rm -rf qrbytes *.o *.lst *.dsk *.inc *.textpage gameserverclient *.aif cc65-sources-2.13.3.tar.bz2 cc65-2.13.3
|
||||
|
||||
|
@ -28,7 +28,7 @@ Download <https://github.com/datajerk/gameserverclient/archive/master.zip> and e
|
||||
|
||||
#### Build
|
||||
```
|
||||
make
|
||||
PATH=cc65-2.13.3/bin:$PATH make
|
||||
```
|
||||
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user