Author: akhaldi Date: Mon Feb 20 23:46:02 2012 New Revision: 55768
URL: http://svn.reactos.org/svn/reactos?rev=55768&view=rev Log: [LIBXSLT] * Properly set a module type to take advantage of automatically setting the base address.
Modified: trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt
Modified: trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/libxslt/CMakeL... ============================================================================== --- trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/3rdparty/libxslt/CMakeLists.txt [iso-8859-1] Mon Feb 20 23:46:02 2012 @@ -33,7 +33,7 @@ xsltlocale.c xsltutils.c)
-set_entrypoint(libxslt 0) +set_module_type(libxslt win32dll ENTRYPOINT 0) target_link_libraries(libxslt libxml2) add_importlibs(libxslt msvcrt ws2_32 kernel32)