mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Amend r6126, which doesn't leave "eduke32" defined anywhere for binary names when APPBASENAME is not specified.
git-svn-id: https://svn.eduke32.com/eduke32@6129 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
80ebabd08a
commit
934849a965
1 changed files with 5 additions and 1 deletions
|
@ -378,9 +378,13 @@ DUKE3D_EDITOR_STRIPFLAGS=
|
||||||
|
|
||||||
DUKE3D_OBJ=$(obj)/$(DUKE3D)
|
DUKE3D_OBJ=$(obj)/$(DUKE3D)
|
||||||
|
|
||||||
DUKE3D_GAME ?= $(APPBASENAME)
|
DUKE3D_GAME ?= eduke32
|
||||||
DUKE3D_EDITOR ?= mapster32
|
DUKE3D_EDITOR ?= mapster32
|
||||||
|
|
||||||
|
ifneq (,$(APPBASENAME))
|
||||||
|
DUKE3D_GAME = $(APPBASENAME)
|
||||||
|
endif
|
||||||
|
|
||||||
DUKE3D_GAME_PROPER ?= EDuke32
|
DUKE3D_GAME_PROPER ?= EDuke32
|
||||||
DUKE3D_EDITOR_PROPER ?= Mapster32
|
DUKE3D_EDITOR_PROPER ?= Mapster32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue