2010-08-21 23:25:35 +00:00
|
|
|
|
2010-12-29 08:08:18 +00:00
|
|
|
spec2def(aclui.dll aclui.spec)
|
|
|
|
|
2010-10-02 16:09:32 +00:00
|
|
|
set_unicode()
|
2010-09-18 15:22:08 +00:00
|
|
|
|
2010-08-21 23:25:35 +00:00
|
|
|
add_definitions(-DSUPPORT_UXTHEME)
|
|
|
|
|
2010-10-02 19:08:06 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
aclui.c
|
|
|
|
checklist.c
|
|
|
|
guid.c
|
|
|
|
misc.c
|
|
|
|
sidcache.c
|
2010-11-19 17:59:23 +00:00
|
|
|
aclui.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/aclui.def)
|
2010-08-21 23:25:35 +00:00
|
|
|
|
|
|
|
add_library(aclui SHARED
|
2010-10-02 19:08:06 +00:00
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/aclui_precomp.h.gch
|
|
|
|
${SOURCE})
|
|
|
|
|
|
|
|
set_module_type(aclui win32dll)
|
|
|
|
|
2010-12-29 08:08:18 +00:00
|
|
|
add_importlib_target(aclui.spec)
|
2010-11-08 22:57:05 +00:00
|
|
|
|
2010-11-27 00:36:28 +00:00
|
|
|
add_importlibs(aclui user32 gdi32 comctl32 ole32 oleaut32 advapi32 uxtheme msvcrt kernel32 ntdll)
|
2010-08-21 23:25:35 +00:00
|
|
|
|
|
|
|
add_pch(aclui ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
2010-10-30 16:08:19 +00:00
|
|
|
|
2010-10-30 09:53:53 +00:00
|
|
|
add_cab_target(aclui 1)
|