2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
spec2def(intl.cpl intl.spec)
|
|
|
|
|
2014-02-09 12:26:28 +00:00
|
|
|
list(APPEND SOURCE
|
2011-05-16 13:12:07 +00:00
|
|
|
currency.c
|
|
|
|
date.c
|
|
|
|
generalp.c
|
|
|
|
intl.c
|
|
|
|
inplocale.c
|
|
|
|
numbers.c
|
|
|
|
time.c
|
|
|
|
misc.c
|
|
|
|
kblayouts.c
|
|
|
|
languages.c
|
|
|
|
advanced.c
|
|
|
|
sort.c
|
2014-02-09 12:26:28 +00:00
|
|
|
intl.h)
|
|
|
|
|
2015-09-27 18:30:39 +00:00
|
|
|
add_rc_deps(intl.rc ${CMAKE_CURRENT_SOURCE_DIR}/resources/applet.ico)
|
|
|
|
|
2014-02-09 12:26:28 +00:00
|
|
|
add_library(intl SHARED
|
|
|
|
${SOURCE}
|
2011-10-04 14:27:47 +00:00
|
|
|
intl.rc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/intl.def)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(intl cpl UNICODE)
|
2014-10-17 23:28:29 +00:00
|
|
|
add_importlibs(intl user32 comctl32 advapi32 setupapi shell32 msvcrt kernel32 ntdll)
|
2014-02-09 12:26:28 +00:00
|
|
|
add_pch(intl intl.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET intl DESTINATION reactos/system32 FOR all)
|