X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=Makefile.conf;h=95d54970dbf0de2f5d82b32c7315912980a19ef1;hp=0f5fa9241b98b749345e22647d8a748b67b9403e;hb=dcc68affa33fc45d4d49eb5bfaa92ef9f567a13c;hpb=01796b776fece2bdd076a86264f1bf80db243efb diff --git a/Makefile.conf b/Makefile.conf index 0f5fa924..95d54970 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1 +1,17 @@ # empty Makefile.conf template + +## OS X: +# 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) +# LDFLAGS=-arch i386 +# 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)"