]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - Makefile.conf
Fix/add grayscale-to-RGB in PNG loader
[xonotic/netradiant.git] / Makefile.conf
index ef1d5bfc803ca0a23f347ab41a59ee6a670a0c09..2986545586224bf978efce6344a032e3827c0590 100644 (file)
@@ -1,16 +1,14 @@
-# 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
+# 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
+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)