mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 06:22:27 +00:00
Final tweaks. QVM's now compila and work when compiled under Linux.
This commit is contained in:
parent
cb90148a07
commit
af767d3b8f
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,7 @@ GOBJ = \
|
|||
$(GDIRNAME)/rxn_game.o
|
||||
|
||||
CGOBJ = \
|
||||
$(CGDIRNAME)/cg_main.o \
|
||||
$(GDIRNAME)/bg_misc.o \
|
||||
$(GDIRNAME)/bg_pmove.o \
|
||||
$(GDIRNAME)/bg_slidemove.o \
|
||||
|
@ -61,7 +62,6 @@ CGOBJ = \
|
|||
$(CGDIRNAME)/cg_event.o \
|
||||
$(CGDIRNAME)/cg_info.o \
|
||||
$(CGDIRNAME)/cg_localents.o \
|
||||
$(CGDIRNAME)/cg_main.o \
|
||||
$(CGDIRNAME)/cg_marks.o \
|
||||
$(CGDIRNAME)/cg_players.o \
|
||||
$(CGDIRNAME)/cg_playerstate.o \
|
||||
|
|
Loading…
Reference in a new issue