[ros-diffs] [akhaldi] 52973: [DBGHELP] * Use dbghelp_private.h as a PCH.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Thu Jul 28 15:54:56 UTC 2011


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/CMakeLists.txt?rev=52973&r1=52972&r2=52973&view=diff
==============================================================================
--- 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.rbuild?rev=52973&r1=52972&r2=52973&view=diff
==============================================================================
--- 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>




More information about the Ros-diffs mailing list