From f74397a0da3a10948eae3c80358ba65b5dc96bfd Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 11 Aug 2011 15:11:25 +0000 Subject: [PATCH] [HHCTRL] * Add missing wineheaders dependency. * Set hhctrl.h as a PCH. svn path=/trunk/; revision=53182 --- reactos/dll/win32/hhctrl.ocx/CMakeLists.txt | 2 ++ reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild | 1 + 2 files changed, 3 insertions(+) diff --git a/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt b/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt index 814b5c4fe05..88f1a764a62 100644 --- a/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt +++ b/reactos/dll/win32/hhctrl.ocx/CMakeLists.txt @@ -38,4 +38,6 @@ add_importlibs(hhctrl kernel32 ntdll) +add_dependencies(hhctrl wineheaders) +add_pch(hhctrl hhctrl.h) add_cd_file(TARGET hhctrl DESTINATION reactos/system32 FOR all) diff --git a/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild b/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild index 9cd7d4cfdfd..0f991efc284 100644 --- a/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild +++ b/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild @@ -20,6 +20,7 @@ stream.c webbrowser.c hhctrl.rc + hhctrl.h wine advapi32 comctl32