- Fix smss build

svn path=/branches/cmake-bringup/; revision=50758
This commit is contained in:
Johannes Anderwald 2011-02-16 15:12:14 +00:00
parent cdb7e212a6
commit 635df4ebf8

View file

@ -28,6 +28,7 @@ add_executable(smss WIN32 ${CMAKE_CURRENT_BINARY_DIR}/smss_smss.h.gch ${SOURCE})
target_link_libraries(smss mingw_common nt smlib)
if(MSVC)
target_link_libraries(smss msvcsup)
set_entrypoint(smss DllMainCRTStartup)
endif()
add_pch(smss ${CMAKE_CURRENT_SOURCE_DIR}/smss.h ${SOURCE})