forked from teamnwah/openmw-tes3coop
Minor cleanup
This commit is contained in:
parent
0f8f19958a
commit
62ce2cc123
1 changed files with 0 additions and 6 deletions
|
@ -133,16 +133,10 @@ endif()
|
|||
# Platform specific
|
||||
if (WIN32)
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
set(PLATFORM_INCLUDE_DIR "platform")
|
||||
add_definitions(-DBOOST_ALL_NO_LIB)
|
||||
|
||||
# Suppress WinMain(), provided by SDL
|
||||
add_definitions(-DSDL_MAIN_HANDLED)
|
||||
else (WIN32)
|
||||
set(PLATFORM_INCLUDE_DIR "")
|
||||
endif (WIN32)
|
||||
if (MSVC10)
|
||||
set(PLATFORM_INCLUDE_DIR "")
|
||||
endif()
|
||||
|
||||
# Dependencies
|
||||
|
|
Loading…
Reference in a new issue