mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue