- Update to r53061
[reactos.git] / dll / cpl / intl / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 spec2def(intl.cpl intl.spec)
6
7 add_library(intl SHARED
8 currency.c
9 date.c
10 generalp.c
11 intl.c
12 inplocale.c
13 numbers.c
14 time.c
15 misc.c
16 kblayouts.c
17 languages.c
18 advanced.c
19 sort.c
20 intl.rc)
21
22 set_module_type(intl cpl)
23
24 add_importlibs(intl
25 msvcrt
26 user32
27 comctl32
28 advapi32
29 setupapi
30 shell32
31 kernel32)
32
33 add_pch(intl intl.h)
34 add_cd_file(TARGET intl DESTINATION reactos/system32 FOR all)