Author: akhaldi
Date: Thu Jul 28 15:54:55 2011
New Revision: 52973
URL:
http://svn.reactos.org/svn/reactos?rev=52973&view=rev
Log:
[DBGHELP]
* Use dbghelp_private.h as a PCH.
Modified:
trunk/reactos/dll/win32/dbghelp/CMakeLists.txt
trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild
Modified: trunk/reactos/dll/win32/dbghelp/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/dbghelp/CMakeLis…
==============================================================================
--- trunk/reactos/dll/win32/dbghelp/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/dbghelp/CMakeLists.txt [iso-8859-1] Thu Jul 28 15:54:55 2011
@@ -52,6 +52,7 @@
${PSEH_LIB}
oldnames)
+add_pch(dbghelp dbghelp_private.h)
add_importlibs(dbghelp psapi version msvcrt kernel32 ntdll)
add_importlib_target(dbghelp.spec)
add_cd_file(TARGET dbghelp DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/dbghelp/dbghelp.…
==============================================================================
--- trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/dbghelp/dbghelp.rbuild [iso-8859-1] Thu Jul 28 15:54:55 2011
@@ -41,6 +41,7 @@
<file>symbol.c</file>
<file>type.c</file>
<file>version.rc</file>
+ <pch>dbghelp_private.h</pch>
<library>wine</library>
<library>psapi</library>
<library>version</library>