mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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(
|
||||
-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)
|
||||
|
|
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>xsltlocale.c</file>
|
||||
<file>xsltutils.c</file>
|
||||
<pch>libxslt.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue