Change missionpack QVM build order in Makefile

Now it matches native libs and baseq3 QVMs.
This commit is contained in:
Zack Middleton 2013-03-27 14:26:34 -05:00
parent 2b3c5492c7
commit 59061e853e
1 changed files with 1 additions and 1 deletions

View File

@ -918,8 +918,8 @@ ifneq ($(BUILD_GAME_QVM),0)
endif
ifneq ($(BUILD_MISSIONPACK),0)
TARGETS += \
$(B)/$(MISSIONPACK)/vm/qagame.qvm \
$(B)/$(MISSIONPACK)/vm/cgame.qvm \
$(B)/$(MISSIONPACK)/vm/qagame.qvm \
$(B)/$(MISSIONPACK)/vm/ui.qvm
endif
endif