added preliminary support for shift-click texture viewing, the env var OPENSIM_RULES needs to be set to 1 for it to work (oh god this is bad)

This commit is contained in:
Hazim Gazov
2010-04-20 01:22:49 -03:00
parent 929694dc07
commit 516f88be2b
3 changed files with 34 additions and 5 deletions

View File

@@ -221,6 +221,10 @@ else (STANDALONE)
)
endif (STANDALONE)
if($ENV{OPENSIM_RULES} EQUAL 1)
add_definitions(-DOPENSIM_RULES=1)
endif($ENV{OPENSIM_RULES} EQUAL 1)
if(SERVER)
include_directories(${LIBS_PREBUILT_DIR}/include/havok)
endif(SERVER)