mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]
Convert acledit to pdef svn path=/branches/cmake-bringup/; revision=49526
This commit is contained in:
@@ -1,22 +1,20 @@
|
||||
|
||||
set_unicode()
|
||||
|
||||
pdef2def(acledit.pdef)
|
||||
|
||||
list(APPEND SOURCE
|
||||
acledit.c
|
||||
stubs.c
|
||||
acledit.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
||||
|
||||
if(NOT MSVC)
|
||||
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/acledit.def PROPERTIES EXTERNAL_OBJECT TRUE)
|
||||
endif()
|
||||
)
|
||||
|
||||
add_library(acledit SHARED ${SOURCE})
|
||||
|
||||
set_module_type(acledit win32dll)
|
||||
|
||||
set_pdef_file(acledit acledit.pdef)
|
||||
|
||||
add_importlibs(acledit ntdll)
|
||||
|
||||
add_cab_target(acledit 1)
|
||||
|
||||
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
||||
|
||||
Reference in New Issue
Block a user