Modified Makefile

rpgxEF is now linked with correct binary names.
This commit is contained in:
Walter Julius Hennecke 2012-01-24 11:24:21 +01:00
parent e42e39afc0
commit 5a468b8550

View file

@ -1,5 +1,5 @@
#
# ioq3 Makefile
# rpgxEF Makefile
#
# GNU Make required
#
@ -109,12 +109,20 @@ ifeq ($(BUILD_XTRA),1)
endif
ifndef CLIENTBIN
ifeq ($(BUILD_XTRA),1)
CLIENTBIN=rpgxEF
else
CLIENTBIN=ioquake3
endif
endif
ifndef SERVERBIN
ifeq ($(BUILD_XTRA),1)
SERVERBIN=rpgxEFded
else
SERVERBIN=ioq3ded
endif
endif
ifndef BASEGAME
BASEGAME=baseq3