mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 07:18:31 +00:00
[LIBXSLT]
* Use libxslt.h as a PCH. svn path=/trunk/; revision=52950
This commit is contained in:
parent
904172f031
commit
6d10ea9044
2 changed files with 4 additions and 0 deletions
3
reactos/dll/3rdparty/libxslt/CMakeLists.txt
vendored
3
reactos/dll/3rdparty/libxslt/CMakeLists.txt
vendored
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-DHAVE_CONFIG_H
|
-DHAVE_CONFIG_H
|
||||||
-DWIN32
|
-DWIN32
|
||||||
|
@ -40,4 +42,5 @@ if(MSVC)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_dependencies(libxslt psdk)
|
add_dependencies(libxslt psdk)
|
||||||
|
add_pch(libxslt libxslt.h)
|
||||||
add_cd_file(TARGET libxslt DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET libxslt DESTINATION reactos/system32 FOR all)
|
||||||
|
|
1
reactos/dll/3rdparty/libxslt/libxslt.rbuild
vendored
1
reactos/dll/3rdparty/libxslt/libxslt.rbuild
vendored
|
@ -33,4 +33,5 @@
|
||||||
<file>xslt.c</file>
|
<file>xslt.c</file>
|
||||||
<file>xsltlocale.c</file>
|
<file>xsltlocale.c</file>
|
||||||
<file>xsltutils.c</file>
|
<file>xsltutils.c</file>
|
||||||
|
<pch>libxslt.h</pch>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue