OSX build stuff - default to using MacPorts instead of Fink and update the MACVERSION stuff as it should not be needed in most cases.
This commit is contained in:
parent
61c6265531
commit
6dee38b998
|
|
@ -1,20 +0,0 @@
|
|||
# Makefile.conf template
|
||||
|
||||
## OS X:
|
||||
BUILD=debug
|
||||
RADIANT_ABOUTMSG=OSX NetRadiant Custom build
|
||||
EXE=ub
|
||||
### Snow Leopard 16, Leopard 15, Tiger 14, Panther 13
|
||||
MACVERSION=16
|
||||
#
|
||||
## MacPorts:
|
||||
CPPFLAGS=-I/opt/local/include/ -I/usr/X11R6/include/
|
||||
LDFLAGS=-L/opt/local/lib -L/usr/X11R6/lib
|
||||
MACLIBDIR=/opt/local/lib
|
||||
|
||||
## Fink
|
||||
## (-arch ppc can combined with -arch 386, I read somewhere. However does work fine like this on OSX 10.6)
|
||||
# LDFLAGS=-arch i386
|
||||
# CFLAGS=-arch i386
|
||||
# TARGET_ARCH=-arch i386
|
||||
# MACLIBDIR=/sw/lib
|
||||
Loading…
Reference in New Issue
Block a user