Author: akhaldi Date: Tue Oct 4 14:27:47 2011 New Revision: 53988
URL: http://svn.reactos.org/svn/reactos?rev=53988&view=rev Log: [INTL] * Restrict exports according to the spec file.
Modified: trunk/reactos/dll/cpl/intl/CMakeLists.txt
Modified: trunk/reactos/dll/cpl/intl/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/CMakeLists.txt... ============================================================================== --- trunk/reactos/dll/cpl/intl/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/intl/CMakeLists.txt [iso-8859-1] Tue Oct 4 14:27:47 2011 @@ -16,7 +16,8 @@ languages.c advanced.c sort.c - intl.rc) + intl.rc + ${CMAKE_CURRENT_BINARY_DIR}/intl.def)
set_module_type(intl cpl UNICODE)