mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[SMDLL]
* Fix entry point in cmake build. smdll now compile and links with msvc. svn path=/trunk/; revision=52301
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user