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:
hendricks266 2017-04-24 05:11:11 +00:00
parent 80ebabd08a
commit 934849a965
1 changed files with 5 additions and 1 deletions

View File

@ -378,9 +378,13 @@ DUKE3D_EDITOR_STRIPFLAGS=
DUKE3D_OBJ=$(obj)/$(DUKE3D)
DUKE3D_GAME ?= $(APPBASENAME)
DUKE3D_GAME ?= eduke32
DUKE3D_EDITOR ?= mapster32
ifneq (,$(APPBASENAME))
DUKE3D_GAME = $(APPBASENAME)
endif
DUKE3D_GAME_PROPER ?= EDuke32
DUKE3D_EDITOR_PROPER ?= Mapster32