Subversion Repositories gelsvn

Rev

Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57 Rev 58
Line 5... Line 5...
5
 
5
 
6
# C++ compiler (may be left blank - in this case, I guess which compiler
6
# C++ compiler (may be left blank - in this case, I guess which compiler
7
# to use from a list of options.
7
# to use from a list of options.
8
CXX =	
8
CXX =	
9
 
9
 
10
#CXXFLAGS +=
-
 
11
#  -DUSE_DISPLAY_LISTS -DUSE_TRIANGLE_STRIPS
-
 
12
# -DINTERACTION_TEST
-
 
13
# Target (debug or release)
10
# Target (debug or release)
-
 
11
# it makes more sense in some cases to specify this on the command line
-
 
12
# using "make TARGET=release" or by specifying the target in the environment
-
 
13
# hence, I suggest you do not use this config file to specify the target.
14
#TARGET 	= debug
14
#TARGET 	= debug
15
TARGET 	= release
15
#TARGET 	= release