]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - Makefile.conf
fix a typo that shouldn't have an impact on most maps though
[xonotic/netradiant.git] / Makefile.conf
index e71edd4670e0a9c0b220a2e6c44829ead6ec0324..2986545586224bf978efce6344a032e3827c0590 100644 (file)
@@ -1,6 +1,18 @@
-BUILD = debug
-#BUILD = release
+# empty Makefile.conf template
 
-OS = Linux
-#OS = Win32
-#OS = Darwin
+## OS X:
+# 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) 
+# LDFLAGS=-arch i386
+# CFLAGS=-arch i386
+# TARGET_ARCH=-arch i386
+# MACLIBDIR=/sw/lib