|
Revision 4633, 1.5 KB
(checked in by westram, 5 years ago)
|
|
- added default for ARB_64
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| 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 | DEVELOPER=ANY |
|---|
| 8 | |
|---|
| 9 | DEBUG=0# build with debug information |
|---|
| 10 | DEBUG_GRAPHICS = 0# force instant graphic update |
|---|
| 11 | # SEER = 1 |
|---|
| 12 | OPENGL=1 |
|---|
| 13 | ARB_64=0# compile on 64 bit machine (has no effect yet) |
|---|
| 14 | |
|---|
| 15 | # -------------------------------------------------------------------------------- |
|---|
| 16 | # target machine section |
|---|
| 17 | # [Note: Uncomment one section, depending on your machine type and compiler options] |
|---|
| 18 | |
|---|
| 19 | # ********* LINUX / gcc g++ / static ******** |
|---|
| 20 | MACH = LINUX# Linux g++ and gcc |
|---|
| 21 | LINUX = 1 |
|---|
| 22 | ECGS = 1# use GCC? (always 1 for LINUX) |
|---|
| 23 | |
|---|
| 24 | # ******** Debian GNU/Linux and (K)Ubuntu system ******** |
|---|
| 25 | # DEBIAN = 1 |
|---|
| 26 | |
|---|
| 27 | # uncomment next line for REDHAT systems |
|---|
| 28 | # REDHAT = 1 |
|---|
| 29 | |
|---|
| 30 | # ********* Mac OSX ******** |
|---|
| 31 | |
|---|
| 32 | # MACH = DARWIN# |
|---|
| 33 | # DARWIN = 1 |
|---|
| 34 | |
|---|
| 35 | # ********* SUN4 / acc CC / dynamic ******** |
|---|
| 36 | |
|---|
| 37 | # MACH = SUN4# |
|---|
| 38 | # SUN4 = 1# # Exportable Version |
|---|
| 39 | |
|---|
| 40 | # MACH = SUN5# |
|---|
| 41 | # SUN5 = 1 |
|---|
| 42 | # ECGS = 1# use GCC? |
|---|
| 43 | # SUN_WS_50 = 1 # compile with Workshop 5.0 |
|---|
| 44 | |
|---|
| 45 | # ********* HP **************** |
|---|
| 46 | # HPCC = 1 |
|---|
| 47 | # HPGCC = 1 |
|---|
| 48 | # MACH = HP# |
|---|
| 49 | |
|---|
| 50 | # ******* SGI *********** |
|---|
| 51 | # SGI = 1 |
|---|
| 52 | # MACH = SGI# |
|---|
| 53 | |
|---|
| 54 | # ******* DIGITAL OSF *********** |
|---|
| 55 | # DIGITAL = 1 |
|---|
| 56 | # MACH = DIGITAL# |
|---|