Change missionpack QVM build order in Makefile
Now it matches native libs and baseq3 QVMs.
This commit is contained in:
parent
2b3c5492c7
commit
59061e853e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -918,8 +918,8 @@ ifneq ($(BUILD_GAME_QVM),0)
|
||||||
endif
|
endif
|
||||||
ifneq ($(BUILD_MISSIONPACK),0)
|
ifneq ($(BUILD_MISSIONPACK),0)
|
||||||
TARGETS += \
|
TARGETS += \
|
||||||
$(B)/$(MISSIONPACK)/vm/qagame.qvm \
|
|
||||||
$(B)/$(MISSIONPACK)/vm/cgame.qvm \
|
$(B)/$(MISSIONPACK)/vm/cgame.qvm \
|
||||||
|
$(B)/$(MISSIONPACK)/vm/qagame.qvm \
|
||||||
$(B)/$(MISSIONPACK)/vm/ui.qvm
|
$(B)/$(MISSIONPACK)/vm/ui.qvm
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue