* Fix entry point in cmake build. smdll now compile and links with msvc.

svn path=/trunk/; revision=52301
This commit is contained in:
Amine Khaldi
2011-06-17 10:45:21 +00:00
parent ca71aa33f3
commit 2e9d7c312f
+1
View File
@@ -12,6 +12,7 @@ list(APPEND SOURCE
add_library(smdll SHARED ${SOURCE})
target_link_libraries(smdll smlib)
set_entrypoint(smdll DllMainCRTStartup 12)
add_importlibs(smdll ntdll)
add_dependencies(smdll psdk)
add_cd_file(TARGET smdll DESTINATION reactos/system32 FOR all)