2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
set_rc_compiler()
|
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
|
|
|
|
acledit.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/acledit.def)
|
|
|
|
|
|
|
|
add_library(acledit SHARED ${SOURCE})
|
|
|
|
|
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)
|
2011-08-11 15:16:48 +00:00
|
|
|
add_pch(acledit acleditint.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET acledit DESTINATION reactos/system32 FOR all)
|
|
|
|
add_importlib_target(acledit.spec)
|