* Restrict exports according to the spec file.

svn path=/trunk/; revision=53988
This commit is contained in:
Amine Khaldi 2011-10-04 14:27:47 +00:00
parent 411e42b427
commit 38a67fd74f

View file

@ -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)