[LIBXSLT]

* Properly set a module type to take advantage of automatically setting the base address.

svn path=/trunk/; revision=55768
This commit is contained in:
Amine Khaldi 2012-02-20 23:46:02 +00:00
parent 8138c72aae
commit 991d17ef5f

View file

@ -33,7 +33,7 @@ add_library(libxslt SHARED
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)