Subversion Repositories gelsvn

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

######################################################################
### This is the configuration file where we tell make which compiler
### to use and whether we want to go for a debug or release version
######################################################################

# C++ compiler (may be left blank - in this case, I guess which compiler
# to use from a list of options.
CXX =   

#CXXFLAGS +=
#  -DUSE_DISPLAY_LISTS -DUSE_TRIANGLE_STRIPS
# -DINTERACTION_TEST
# Target (debug or release)
#TARGET         = debug
TARGET  = release