Author: hpoussin Date: Fri Apr 4 07:30:11 2008 New Revision: 32841
URL: http://svn.reactos.org/svn/reactos?rev=32841&view=rev Log: Try to fix build
Added: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff (with props) Modified: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild
Modified: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/hhctrl... ============================================================================== --- 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] Fri Apr 4 07:30:11 2008 @@ -6,9 +6,11 @@ <importlibrary definition="hhctrl.ocx.spec.def" /> <include base="hhctrl">.</include> <include base="ReactOS">include/reactos/wine</include> + <include base="ReactOS" root="intermediate">include/reactos</include> <define name="__WINESRC__" /> <define name="WINVER">0x600</define> <define name="_WIN32_WINNT">0x600</define> + <dependency>wineheaders</dependency> <file>chm.c</file> <file>content.c</file> <file>help.c</file>
Added: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/hhctrl.ocx/hhctrl... ============================================================================== --- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff (added) +++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff [iso-8859-1] Fri Apr 4 07:30:11 2008 @@ -1,0 +1,16 @@ +Index: hhctrl.ocx.rbuild +=================================================================== +--- hhctrl.ocx.rbuild (revision 32840) ++++ hhctrl.ocx.rbuild (working copy) +@@ -6,9 +6,11 @@ + <importlibrary definition="hhctrl.ocx.spec.def" /> + <include base="hhctrl">.</include> + <include base="ReactOS">include/reactos/wine</include> ++ <include base="ReactOS" root="intermediate">include/reactos</include> + <define name="__WINESRC__" /> + <define name="WINVER">0x600</define> + <define name="_WIN32_WINNT">0x600</define> ++ <dependency>wineheaders</dependency> + <file>chm.c</file> + <file>content.c</file> + <file>help.c</file>
Propchange: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff ------------------------------------------------------------------------------ svn:eol-style = native