X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=Makefile.conf;h=2986545586224bf978efce6344a032e3827c0590;hp=e71edd4670e0a9c0b220a2e6c44829ead6ec0324;hb=93f9dc354fc1cc72bf1516fcf792f5f5f9f09bf5;hpb=84a820d3cb6ec2342a159a88da82aecc705660e9 diff --git a/Makefile.conf b/Makefile.conf index e71edd46..29865455 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -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