mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
[INTL]
* Restrict exports according to the spec file. svn path=/trunk/; revision=53988
This commit is contained in:
parent
411e42b427
commit
38a67fd74f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ add_library(intl SHARED
|
||||||
languages.c
|
languages.c
|
||||||
advanced.c
|
advanced.c
|
||||||
sort.c
|
sort.c
|
||||||
intl.rc)
|
intl.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/intl.def)
|
||||||
|
|
||||||
set_module_type(intl cpl UNICODE)
|
set_module_type(intl cpl UNICODE)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue