mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
Reversed -m32 switches in Makefile
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@132 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
parent
1b4dd5fd02
commit
730db43885
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user