[LIBXSLT]

* Use libxslt.h as a PCH.

svn path=/trunk/; revision=52950
This commit is contained in:
Amine Khaldi 2011-07-28 14:48:30 +00:00
parent 904172f031
commit 6d10ea9044
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
add_definitions(
-DHAVE_CONFIG_H
-DWIN32
@ -40,4 +42,5 @@ if(MSVC)
endif()
add_dependencies(libxslt psdk)
add_pch(libxslt libxslt.h)
add_cd_file(TARGET libxslt DESTINATION reactos/system32 FOR all)

View file

@ -33,4 +33,5 @@
<file>xslt.c</file>
<file>xsltlocale.c</file>
<file>xsltutils.c</file>
<pch>libxslt.h</pch>
</module>