performance improvement, lock free render

This commit is contained in:
Eduardo Bart
2012-04-12 11:26:32 -03:00
parent 04c2e1d245
commit a46a16738c
4 changed files with 23 additions and 19 deletions

View File

@@ -94,10 +94,6 @@ IF(WIN32)
${CMAKE_CURRENT_LIST_DIR}/platform/win32window.cpp
${CMAKE_CURRENT_LIST_DIR}/platform/win32crashhandler.cpp)
IF(CRASH_HANDLER)
SET(ADDITIONAL_LIBRARIES ${ADDITIONAL_LIBRARIES} imagehlp)
ENDIF()
IF(WINDOWS_CONSOLE)
MESSAGE(STATUS "Windows console: ON")
ELSE()