2010-08-21 23:35:57 +00:00
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
set_unicode()
|
2010-09-18 15:22:08 +00:00
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
acledit.c
|
|
|
|
stubs.c
|
2010-11-02 18:19:44 +00:00
|
|
|
acledit.rc
|
2010-11-08 12:58:32 +00:00
|
|
|
)
|
2010-08-21 23:35:57 +00:00
|
|
|
|
2010-11-02 18:19:44 +00:00
|
|
|
add_library(acledit SHARED ${SOURCE})
|
2010-08-21 23:35:57 +00:00
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
set_module_type(acledit win32dll)
|
2010-08-21 23:35:57 +00:00
|
|
|
|
2010-11-08 12:58:32 +00:00
|
|
|
set_pdef_file(acledit acledit.pdef)
|
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
add_importlibs(acledit ntdll)
|
2010-08-21 23:35:57 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(acledit 1)
|
2010-11-08 12:58:32 +00:00
|
|
|
|
|
|
|
add_importlib_target(${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|