]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - Makefile.conf
Merge commit '48410b113dd2036e69dbf723a39ec9af02fc9b12'
[xonotic/netradiant.git] / Makefile.conf
index 0f5fa9241b98b749345e22647d8a748b67b9403e..95d54970dbf0de2f5d82b32c7315912980a19ef1 100644 (file)
@@ -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)"