mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
make, improve build for devices using (open)dingux
This commit is contained in:
parent
5d3b7ae27b
commit
40a7d177b2
3 changed files with 23 additions and 16 deletions
4
Makefile
4
Makefile
|
@ -87,9 +87,11 @@ ifeq "$(PLATFORM)" "opendingux"
|
|||
# TODO this should somehow go to the platform/opendingux directory?
|
||||
.od_data: $(TARGET)
|
||||
$(RM) -rf .od_data
|
||||
cp -r platform/opendingux/data .od_data
|
||||
cp -r platform/opendingux/data/. .od_data
|
||||
cp platform/game_def.cfg .od_data
|
||||
cp $< .od_data/PicoDrive
|
||||
$(STRIP) .od_data/PicoDrive
|
||||
.PHONY: .od_data
|
||||
|
||||
ifneq (,$(filter %__DINGUX__, $(CFLAGS)))
|
||||
# "legacy" dingux without opk support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue