mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[NTDSAPI][PRINTUI]
- Don't ignore DllMain svn path=/trunk/; revision=56765
This commit is contained in:
parent
6c9994b952
commit
52c674ad76
2 changed files with 4 additions and 5 deletions
|
@ -10,11 +10,11 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/ntdsapi.def)
|
||||
|
||||
add_library(ntdsapi SHARED ${SOURCE})
|
||||
set_module_type(ntdsapi win32dll ENTRYPOINT 0 )
|
||||
set_module_type(ntdsapi win32dll)
|
||||
|
||||
target_link_libraries(ntdsapi wine)
|
||||
|
||||
add_importlibs(ntdsapi user32 kernel32 ntdll)
|
||||
add_importlibs(ntdsapi user32 msvcrt kernel32 ntdll)
|
||||
|
||||
add_dependencies(ntdsapi psdk)
|
||||
add_cd_file(TARGET ntdsapi DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
set_rc_compiler()
|
||||
spec2def(printui.dll printui.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
@ -12,10 +11,10 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/printui.def)
|
||||
|
||||
add_library(printui SHARED ${SOURCE})
|
||||
set_module_type(printui win32dll ENTRYPOINT 0 )
|
||||
set_module_type(printui win32dll)
|
||||
|
||||
target_link_libraries(printui wine)
|
||||
|
||||
add_importlibs(printui shell32 kernel32 ntdll)
|
||||
add_importlibs(printui shell32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(printui psdk)
|
||||
add_cd_file(TARGET printui DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue