[ros-diffs] [akhaldi] 53988: [INTL] * Restrict exports according to the spec file.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Tue Oct 4 14:27:47 UTC 2011


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?rev=53988&r1=53987&r2=53988&view=diff
==============================================================================
--- 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)
 




More information about the Ros-diffs mailing list