1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

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
This commit is contained in:
nkorslund 2009-08-25 14:37:40 +00:00
parent 50b58f4139
commit c52404bf45
2 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View File

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

View File

@ -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