]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - Makefile.conf
[q3map2] Unwind script stack in case of script loading error.
[xonotic/netradiant.git] / Makefile.conf
index 511f380dbd18704369ec4025f26f1e95e1e82eb9..95d54970dbf0de2f5d82b32c7315912980a19ef1 100644 (file)
@@ -1,7 +1,17 @@
-BUILD = debug
-#BUILD = release
+# empty Makefile.conf template
 
-OS := $(shell uname)
-#OS = Linux
-#OS = Win32
-#OS = Darwin
+## 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)"