Reversed -m32 switches in Makefile

git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@132 ea6a568a-9f4f-0410-981a-c910a81bb256
actorid
nkorslund 16 years ago
parent 1b4dd5fd02
commit 730db43885

@ -1,14 +1,14 @@
# Designed for GNU Make
# Compiler settings
CXXFLAGS?= -g -m32
DMD=gdmd -version=Posix -m32
CXXFLAGS?= -g
DMD=gdmd -version=Posix
# Some extra flags for niftool and bsatool
NIFFLAGS=-debug=warnstd -debug=check -debug=statecheck -debug=strict -debug=verbose
# Linker flags
LFLAGS= -L-lopenal -L-lOgreMain -L-lOIS -L-lmygui -L-luuid -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a -m32
LFLAGS= -L-lopenal -L-lOgreMain -L-lOIS -L-lmygui -L-luuid -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a
# Compiler settings for Ogre, OIS and MyGUI
# TODO: the -I when we're done

Loading…
Cancel
Save