Update these files as well

This commit is contained in:
merlijn
2010-08-29 20:47:06 +02:00
parent 6dee38b998
commit eadc09e9f6
2 changed files with 7 additions and 11 deletions

View File

@@ -4,11 +4,6 @@
# BUILD=debug
# RADIANT_ABOUTMSG=Custom build
# EXE=ub
#
## 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)
@@ -16,3 +11,7 @@
# CFLAGS=-arch i386
# TARGET_ARCH=-arch i386
# MACLIBDIR=/sw/lib
## On some versions of OSX you may get compile errors regarding glTexImage1D, uncomment this to fix it
#MACVERSION ?= 16
#CPPFLAGS_COMMON += -DMACVERSION="$(MACVERSION)"