1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00

Fixed the makefile for Monster

git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@63 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
nkorslund 2008-11-08 07:59:32 +00:00
parent 7349221b9c
commit d1ea2acd93

View File

@ -40,7 +40,11 @@ bullet_cpp_files=$(bullet_cpp:%=bullet/cpp_%.cpp)
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)
src := $(src) $(wildcard mscripts/*.d)
src := $(src) monster/monster.d \
$(wildcard monster/vm/*.d) \
$(wildcard monster/compiler/*.d) \
$(wildcard monster/util/*.d)
obj := $(src:%.d=objs/%.o)
# The NIF object files for niftool and bsatool are put in a separate