mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-31 05:30:40 +00:00
# move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup
# add a comment to the top level AROS mmakefile.src to clarify that it is specifically for AROS.
This commit is contained in:
parent
c482b2da13
commit
c8cdb641d4
6 changed files with 28 additions and 22 deletions
|
@ -1,18 +0,0 @@
|
|||
# $Id$
|
||||
|
||||
include $(TOP)/config/make.cfg
|
||||
|
||||
#MM- aros-doom3 : aros-doom3-defconfig
|
||||
|
||||
#MM aros-doom3-defconfig : aros-doom3-dirs
|
||||
|
||||
aros-doom3-defconfig: $(AROS_CONTRIB)/Games/ADoom3/base/default.cfg
|
||||
|
||||
$(AROS_CONTRIB)/Games/ADoom3/base/default.cfg: $(SRCDIR)/$(CURDIR)/default.cfg
|
||||
@$(CP) $< $@
|
||||
|
||||
#MM
|
||||
aros-doom3-dirs :
|
||||
%mkdirs_q $(AROS_CONTRIB)/Games/ADoom3/base
|
||||
|
||||
%common
|
|
@ -1,9 +1,15 @@
|
|||
# Copyright © 2012-2017, Nick "Kalamatee" Andrews.
|
||||
# $Id$
|
||||
|
||||
#
|
||||
# This is the AROS specific top level mmakefile to build
|
||||
# dhewm3. It correctly configures/invokes cmake to
|
||||
# build the AROS ARM, i386 and x86_64 ports.
|
||||
#
|
||||
|
||||
include $(SRCDIR)/config/aros.cfg
|
||||
|
||||
DOOM3_EXEDIR := $(AROS_CONTRIB)/Games/ADoom3
|
||||
DOOM3_EXEDIR := $(AROS_CONTRIB)/Games/Fps/ADoom3
|
||||
DOOM3_GAMEDIR := base
|
||||
|
||||
GRAPHITE_CFLAGS := \
|
||||
|
@ -45,6 +51,4 @@ DOOM3_OPTIONS := -DCORE=ON -DDEDICATED=ON -DBASE=ON -DSDL2=OFF \
|
|||
prefix="$(DOOM3_EXEDIR)" \
|
||||
extraoptions="$(DOOM3_OPTIONS)"
|
||||
|
||||
%build_icons mmake=iconset-Gorilla-contrib-icons-extras-games-adoom3 icons=ADoom3 dir=$(AROS_CONTRIB)/Games
|
||||
|
||||
%common
|
||||
|
|
|
@ -5,6 +5,6 @@ include $(TOP)/config/make.cfg
|
|||
|
||||
#MM- iconset-Gorilla-contrib-games-doom3game : doom3-gorillaicons-game
|
||||
|
||||
DOOM3_EXEDIR := $(AROS_CONTRIB)/Games/ADoom3
|
||||
DOOM3_EXEDIR := $(AROS_CONTRIB)/Games/Fps/ADoom3
|
||||
DOOM3_ICONS := ADoom3 ROE
|
||||
%build_icons mmake=doom3-gorillaicons-game icons="$(DOOM3_ICONS)" dir=$(DOOM3_EXEDIR)
|
||||
|
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
20
neo/sys/aros/setup/mmakefile.src
Normal file
20
neo/sys/aros/setup/mmakefile.src
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $Id$
|
||||
|
||||
include $(TOP)/config/make.cfg
|
||||
|
||||
#MM- aros-doom3 : aros-doom3-defconfig
|
||||
|
||||
#MM aros-doom3-defconfig : aros-doom3-dirs
|
||||
|
||||
aros-doom3-defconfig: $(AROS_CONTRIB)/Games/Fps/ADoom3/base/default.cfg
|
||||
|
||||
$(AROS_CONTRIB)/Games/ADoom3/base/default.cfg: $(SRCDIR)/$(CURDIR)/default.cfg
|
||||
@$(CP) $< $@
|
||||
|
||||
%build_icons mmake=iconset-Gorilla-contrib-icons-extras-games-adoom3 icons=ADoom3 dir=$(AROS_CONTRIB)/Games/Fps
|
||||
|
||||
#MM
|
||||
aros-doom3-dirs :
|
||||
%mkdirs_q $(AROS_CONTRIB)/Fps/Games/ADoom3/base
|
||||
|
||||
%common
|
Loading…
Reference in a new issue