]> icculus.org git repositories - divverent/netradiant.git/blob - Makefile.conf
refactor DoNewPatchDlg
[divverent/netradiant.git] / Makefile.conf
1 # empty Makefile.conf template
2
3 ## OS X:
4 # BUILD=debug
5 # RADIANT_ABOUTMSG=Custom build
6 # EXE=ub
7
8 ## Fink
9 ## (-arch ppc can combined with -arch 386, I read somewhere. However does work fine like this on OSX 10.6) 
10 # LDFLAGS=-arch i386
11 # CFLAGS=-arch i386
12 # TARGET_ARCH=-arch i386
13 # MACLIBDIR=/sw/lib
14
15 ## On some versions of OSX you may get compile errors regarding glTexImage1D, uncomment this to fix it
16 #MACVERSION ?= 16
17 #CPPFLAGS_COMMON += -DMACVERSION="$(MACVERSION)"