mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
build improvements for gph/psp devices
This commit is contained in:
parent
40a7d177b2
commit
88a58f34a0
2 changed files with 7 additions and 177 deletions
|
@ -8,6 +8,8 @@ ifneq "$(BUILD)" ""
|
|||
VER := $(VER)_$(BUILD)
|
||||
endif
|
||||
|
||||
include ../../config.mak
|
||||
|
||||
all: rel
|
||||
|
||||
../../tools/textfilter: ../../tools/textfilter.c
|
||||
|
@ -18,7 +20,10 @@ readme.txt: ../../tools/textfilter ../base_readme.txt ../../ChangeLog
|
|||
|
||||
CODE940 = code940/pico940_v3.bin
|
||||
|
||||
rel: ../../PicoDrive PicoDrive.gpe $(CODE940) readme.txt ../game_def.cfg \
|
||||
PicoDrive: ../../PicoDrive
|
||||
$(STRIP) $^ -o $@
|
||||
|
||||
rel: PicoDrive PicoDrive.gpe $(CODE940) readme.txt ../game_def.cfg \
|
||||
PicoDrive.png PicoDrive_s.png PicoDrive_t.png \
|
||||
warm_2.4.25.o warm_2.4.26-open2x.o warm_2.6.24.ko \
|
||||
../../pico/carthw.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue