From 6dee38b998e138cb15d0b50c2576fb07dcb18490 Mon Sep 17 00:00:00 2001 From: merlijn Date: Sun, 29 Aug 2010 20:44:05 +0200 Subject: [PATCH] OSX build stuff - default to using MacPorts instead of Fink and update the MACVERSION stuff as it should not be needed in most cases. --- osx-Makefile.conf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 osx-Makefile.conf diff --git a/osx-Makefile.conf b/osx-Makefile.conf deleted file mode 100644 index ef1d5bfc..00000000 --- a/osx-Makefile.conf +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -# -## 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 -- 2.39.2