mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-09 21:44:54 +00:00
Fixed some makefile errors
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@53 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
8f2c6bad9a
commit
2a8713ab84
4
Makefile
4
Makefile
@ -9,7 +9,7 @@ DMD=gdmd -version=Posix
|
|||||||
NIFFLAGS=-debug=warnstd -debug=check -debug=statecheck -debug=strict -debug=verbose
|
NIFFLAGS=-debug=warnstd -debug=check -debug=statecheck -debug=strict -debug=verbose
|
||||||
|
|
||||||
# Compiler settings for Ogre + OIS.
|
# Compiler settings for Ogre + OIS.
|
||||||
CF_OIS=$(shell pkg-config --cflags OGRE OIS)
|
CF_OIS=$(shell pkg-config --cflags OIS OGRE)
|
||||||
OGCC=$(CXX) $(CXXFLAGS) $(CF_OIS)
|
OGCC=$(CXX) $(CXXFLAGS) $(CF_OIS)
|
||||||
|
|
||||||
# Compiler settings for ffmpeg.
|
# Compiler settings for ffmpeg.
|
||||||
@ -77,7 +77,7 @@ nifobjs/%.o: %.d
|
|||||||
openmw: openmw.d cpp_ogre.o cpp_avcodec.o cpp_bullet.o $(obj)
|
openmw: openmw.d cpp_ogre.o cpp_avcodec.o cpp_bullet.o $(obj)
|
||||||
$(DMD) $^ -of$@ -L-lopenal -L-lOgreMain -L-lOIS -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a
|
$(DMD) $^ -of$@ -L-lopenal -L-lOgreMain -L-lOIS -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a
|
||||||
|
|
||||||
esmtool: esmtool.d cpp_ogre.o cpp_avcodec.o $(obj)
|
esmtool: esmtool.d cpp_ogre.o cpp_avcodec.o cpp_bullet.o $(obj)
|
||||||
$(DMD) $^ -of$@ -L-lopenal -L-lOgreMain -L-lOIS -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a
|
$(DMD) $^ -of$@ -L-lopenal -L-lOgreMain -L-lOIS -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a
|
||||||
|
|
||||||
niftool: niftool.d $(obj_nif)
|
niftool: niftool.d $(obj_nif)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user