mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 04:32:28 +00:00
Added support for the TA_UI into the Linux Makefile
This commit is contained in:
parent
2d0a505ebd
commit
5197b4401d
1 changed files with 12 additions and 0 deletions
|
@ -121,6 +121,18 @@ UIOBJ = \
|
|||
$(UIDIRNAME)/ui_mods.o
|
||||
|
||||
|
||||
TAUIOBJ = \
|
||||
$(UIDIRNAME)/ui_main.o \
|
||||
$(GDIRNAME)/bg_misc.o \
|
||||
$(GDIRNAME)/q_math.o \
|
||||
$(GDIRNAME)/q_shared.o \
|
||||
$(UIDIRNAME)/ui_gameinfo.o \
|
||||
$(UIDIRNAME)/ui_atoms.o \
|
||||
$(UIDIRNAME)/ui_players.o \
|
||||
$(UIDIRNAME)/ui_shared.o \
|
||||
$(UIDIRNAME)/ui_util.o
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue