diff --git a/.gitignore b/.gitignore index 2e6fc6338..0d7378caa 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,8 @@ # /util/ /util/iconv + +*.o +*.patch +*.diff +.directory diff --git a/Makefile b/Makefile index 201b6f004..8cab900c7 100644 --- a/Makefile +++ b/Makefile @@ -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