Subversion Repositories gelsvn

Rev

Rev 10 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 18
1
######################################################################
1
######################################################################
2
### This is the configuration file where we tell make which compiler
2
### This is the configuration file where we tell make which compiler
3
### to use and whether we want to go for a debug or release version
3
### to use and whether we want to go for a debug or release version
4
######################################################################
4
######################################################################
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 +=
10
#CXXFLAGS +=
11
#  -DUSE_DISPLAY_LISTS -DUSE_TRIANGLE_STRIPS
11
#  -DUSE_DISPLAY_LISTS -DUSE_TRIANGLE_STRIPS
12
# -DINTERACTION_TEST
12
# -DINTERACTION_TEST
13
# Target (debug or release)
13
# Target (debug or release)
14
TARGET 	= debug
14
TARGET 	= debug
15
#TARGET 	= release
15
#TARGET 	= release
16
 
16