source: tags/cvs_2_svn/config.makefile.template

Last change on this file was 5224, checked in by westram, 17 years ago
  • removed SUN
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1# --------------------------------------------------------------------------------
2# If this file is named config.makefile.template then copy it to config.makefile
3# DO NOT EDIT config.makefile.template
4# --------------------------------------------------------------------------------
5
6# Enter your name (upper case, no spaces) here, to enable '#ifdef DEVEL_YOURNAME #endif' sections
7# (Release version uses 'RELEASE')
8DEVELOPER=ANY
9
10DEBUG=0# build with debug information
11DEBUG_GRAPHICS=0# force instant graphic update
12
13#SEER=1
14OPENGL=1
15
16ARB_64=0# compile 64bit ARB version (still very buggy!)
17#BUILDHOST_64=1# whether build host is 64bit (value defaults to ARB_64). Uncomment for Cross-Compile
18
19# --------------------------------------------------------------------------------
20# target machine section
21# [Note: Uncomment one section, depending on your machine type and compiler options]
22
23# ------------
24# Section: Linux
25
26MACH  = LINUX# Linux g++  and gcc
27LINUX = 1
28
29# DEBIAN = 1 # uncomment for DEBIAN systems
30# REDHAT = 1 # uncomment for REDHAT systems
31
32# ------------
33# Section: Max OSX
34
35# MACH   = DARWIN#
36# DARWIN = 1
37
38# ------------
Note: See TracBrowser for help on using the repository browser.