2011-05-16 13:12:07 +00:00
|
|
|
|
2011-06-26 21:29:55 +00:00
|
|
|
spec2def(acledit.dll acledit.spec)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
acledit.c
|
|
|
|
stubs.c
|
2017-12-09 18:58:43 +00:00
|
|
|
acleditint.h)
|
|
|
|
|
2019-03-20 13:19:48 +00:00
|
|
|
add_library(acledit MODULE
|
2017-12-09 18:58:43 +00:00
|
|
|
${SOURCE}
|
|
|
|
acledit.rc
|
2011-05-16 13:12:07 +00:00
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
|
|
|
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(acledit win32dll UNICODE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(acledit msvcrt kernel32 ntdll)
|
2014-02-10 12:19:56 +00:00
|
|
|
add_pch(acledit acleditint.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET acledit DESTINATION reactos/system32 FOR all)
|