X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=Makefile.conf;h=95d54970dbf0de2f5d82b32c7315912980a19ef1;hp=ef1d5bfc803ca0a23f347ab41a59ee6a670a0c09;hb=2b9f98b42951a020edb75efa415d00079f25abb3;hpb=7dd945e36a13a7659bb14a2484e0ad5698280884 diff --git a/Makefile.conf b/Makefile.conf index ef1d5bfc..95d54970 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,16 +1,9 @@ -# Makefile.conf template +# empty 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 +# BUILD=debug +# RADIANT_ABOUTMSG=Custom build +# EXE=ub ## Fink ## (-arch ppc can combined with -arch 386, I read somewhere. However does work fine like this on OSX 10.6) @@ -18,3 +11,7 @@ MACLIBDIR=/opt/local/lib # 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)"