X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Makefile.conf;h=95d54970dbf0de2f5d82b32c7315912980a19ef1;hb=b0f63cab884b7d0b96d148ab32af326451fd980f;hp=e71edd4670e0a9c0b220a2e6c44829ead6ec0324;hpb=84a820d3cb6ec2342a159a88da82aecc705660e9;p=xonotic%2Fnetradiant.git diff --git a/Makefile.conf b/Makefile.conf index e71edd46..95d54970 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,6 +1,17 @@ -BUILD = debug -#BUILD = release +# empty Makefile.conf template -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)"