Updated .gitignore

Added -m32 switch for  x86_64-i386 cross-compilation

Signed-off-by: Josua Grawitter <grewater@googlemail.com>

git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@128 ea6a568a-9f4f-0410-981a-c910a81bb256
actorid
nkorslund 16 years ago
parent 50b58f4139
commit c52404bf45

5
.gitignore vendored

@ -63,3 +63,8 @@
# /util/
/util/iconv
*.o
*.patch
*.diff
.directory

@ -1,14 +1,14 @@
# Designed for GNU Make
# Compiler settings
CXXFLAGS?= -g
DMD=gdmd -version=Posix
CXXFLAGS?= -g -m32
DMD=gdmd -version=Posix -m32
# 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
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
# Compiler settings for Ogre, OIS and MyGUI
# TODO: the -I when we're done

Loading…
Cancel
Save