Author: akhaldi
Date: Thu Aug 11 15:11:25 2011
New Revision: 53182

URL: http://svn.reactos.org/svn/reactos?rev=53182&view=rev
Log:
[HHCTRL]
* Add missing wineheaders dependency.
* Set hhctrl.h as a PCH.

Modified:
    trunk/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt
    trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild

Modified: trunk/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt?rev=53182&r1=53181&r2=53182&view=diff
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt [iso-8859-1] Thu Aug 11 
15:11:25 2011
@@ -38,4 +38,6 @@
     kernel32
     ntdll)
 
+add_dependencies(hhctrl wineheaders)
+add_pch(hhctrl hhctrl.h)
 add_cd_file(TARGET hhctrl DESTINATION reactos/system32 FOR all)

Modified: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild?rev=53182&r1=53181&r2=53182&view=diff
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild [iso-8859-1] Thu Aug 
11 15:11:25 2011
@@ -20,6 +20,7 @@
        <file>stream.c</file>
        <file>webbrowser.c</file>
        <file>hhctrl.rc</file>
+       <pch>hhctrl.h</pch>
        <library>wine</library>
        <library>advapi32</library>
        <library>comctl32</library>


Reply via email to