mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Makefile: Fix erroneous tab characters.
git-svn-id: https://svn.eduke32.com/eduke32@5744 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ad3ff7678f
commit
34896f6039
1 changed files with 10 additions and 10 deletions
|
@ -193,17 +193,17 @@ TESTGAME_OBJS=game sound_stub common config
|
|||
TESTEDITOR_OBJS=bstub common
|
||||
|
||||
ifeq ($(RENDERTYPE),SDL)
|
||||
ifeq (1,$(HAVE_GTK2))
|
||||
TESTGAME_OBJS+= game_banner startgtk.game
|
||||
TESTEDITOR_OBJS+= build_banner
|
||||
endif
|
||||
ifeq (1,$(HAVE_GTK2))
|
||||
TESTGAME_OBJS+= game_banner startgtk.game
|
||||
TESTEDITOR_OBJS+= build_banner
|
||||
endif
|
||||
|
||||
TESTGAME_OBJS+= game_icon
|
||||
TESTEDITOR_OBJS+= build_icon
|
||||
TESTGAME_OBJS+= game_icon
|
||||
TESTEDITOR_OBJS+= build_icon
|
||||
endif
|
||||
ifeq ($(PLATFORM),WINDOWS)
|
||||
TESTGAME_OBJS+= gameres startwin.game
|
||||
TESTEDITOR_OBJS+= buildres
|
||||
TESTGAME_OBJS+= gameres startwin.game
|
||||
TESTEDITOR_OBJS+= buildres
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),DARWIN)
|
||||
|
@ -383,8 +383,8 @@ ifeq ($(RENDERTYPE),SDL)
|
|||
SW_EDITOR_OBJS+= game_icon
|
||||
endif
|
||||
ifeq ($(PLATFORM),WINDOWS)
|
||||
SW_OBJS+= gameres startwin.game
|
||||
SW_EDITOR_OBJS+= buildres
|
||||
SW_OBJS+= gameres startwin.game
|
||||
SW_EDITOR_OBJS+= buildres
|
||||
endif
|
||||
|
||||
SW_OBJS_EXP:=$(addprefix $(SW_OBJ)/,$(addsuffix .$o,$(SW_OBJS)))
|
||||
|
|
Loading…
Reference in a new issue