make libassimp_.$(DLL) order-only prerequisite to avoid it in the $^ list = fix linking in linux
This commit is contained in:
parent
31e7829e2b
commit
4a53b753b8
4
Makefile
4
Makefile
|
|
@ -585,8 +585,8 @@ $(INSTALLDIR)/q3map2.$(EXE): \
|
||||||
libddslib.$(A) \
|
libddslib.$(A) \
|
||||||
libfilematch.$(A) \
|
libfilematch.$(A) \
|
||||||
libl_net.$(A) \
|
libl_net.$(A) \
|
||||||
$(INSTALLDIR)/libassimp_.$(DLL) \
|
|
||||||
$(if $(findstring Win32,$(OS)),icons/q3map2.o,) \
|
$(if $(findstring Win32,$(OS)),icons/q3map2.o,) \
|
||||||
|
| $(INSTALLDIR)/libassimp_.$(DLL) \
|
||||||
|
|
||||||
libmathlib.$(A): CPPFLAGS_EXTRA := -Ilibs
|
libmathlib.$(A): CPPFLAGS_EXTRA := -Ilibs
|
||||||
libmathlib.$(A): \
|
libmathlib.$(A): \
|
||||||
|
|
@ -1083,7 +1083,7 @@ $(INSTALLDIR)/modules/assmodel.$(DLL): \
|
||||||
plugins/assmodel/mdlimage.o \
|
plugins/assmodel/mdlimage.o \
|
||||||
plugins/assmodel/model.o \
|
plugins/assmodel/model.o \
|
||||||
plugins/assmodel/plugin.o \
|
plugins/assmodel/plugin.o \
|
||||||
$(INSTALLDIR)/libassimp_.$(DLL) \
|
| $(INSTALLDIR)/libassimp_.$(DLL) \
|
||||||
|
|
||||||
$(INSTALLDIR)/modules/shaders.$(DLL): LIBS_EXTRA := $(LIBS_GLIB)
|
$(INSTALLDIR)/modules/shaders.$(DLL): LIBS_EXTRA := $(LIBS_GLIB)
|
||||||
$(INSTALLDIR)/modules/shaders.$(DLL): CPPFLAGS_EXTRA := $(CPPFLAGS_GLIB) -Ilibs -Iinclude
|
$(INSTALLDIR)/modules/shaders.$(DLL): CPPFLAGS_EXTRA := $(CPPFLAGS_GLIB) -Ilibs -Iinclude
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user