mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
More makefile cleanup - less risky wildcard usage
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@54 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
2a8713ab84
commit
e927c9a70e
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -37,7 +37,9 @@ avcodec_cpp_files=$(avcodec_cpp:%=sound/cpp_%.cpp)
|
|||
bullet_cpp_files=$(bullet_cpp:%=bullet/cpp_%.cpp)
|
||||
|
||||
# All object files needed by openmw and esmtool
|
||||
src := $(wildcard */*.d)
|
||||
src := $(wildcard bsa/*.d) $(wildcard bullet/*.d) $(wildcard core/*.d) \
|
||||
$(wildcard esm/*.d) $(wildcard input/*.d) $(wildcard nif/*.d) $(wildcard ogre/*.d) \
|
||||
$(wildcard scene/*.d) $(wildcard sound/*.d) $(wildcard util/*.d)
|
||||
src := $(src) $(wildcard monster/util/*.d)
|
||||
obj := $(src:%.d=objs/%.o)
|
||||
|
||||
|
|
Loading…
Reference in a new issue