From 730db43885b271aac087368a60912f466aa3b986 Mon Sep 17 00:00:00 2001 From: nkorslund Date: Fri, 28 Aug 2009 19:19:27 +0000 Subject: [PATCH] Reversed -m32 switches in Makefile git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@132 ea6a568a-9f4f-0410-981a-c910a81bb256 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8cab900c7..201b6f004 100644 --- a/Makefile +++ b/Makefile @@ -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