mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +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
|
||||
advanced.c
|
||||
sort.c
|
||||
intl.rc)
|
||||
intl.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/intl.def)
|
||||
|
||||
set_module_type(intl cpl UNICODE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue