[ros-diffs] [hpoussin] 27926: Fix hhctrl.ocx build

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Fri Jul 27 13:19:20 CEST 2007


Author: hpoussin
Date: Fri Jul 27 15:19:19 2007
New Revision: 27926

URL: http://svn.reactos.org/svn/reactos?rev=27926&view=rev
Log:
Fix hhctrl.ocx 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.ocx.rbuild?rev=27926&r1=27925&r2=27926&view=diff
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild (original)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx.rbuild Fri Jul 27 15:19:19 2007
@@ -3,12 +3,14 @@
 	<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="__REACTOS__" />
 	<define name="__WINESRC__" />
 	<define name="__USE_W32API" />
 	<define name="_WIN32_IE">0x600</define>
 	<define name="_WIN32_WINNT">0x501</define>
 	<define name="WINVER">0x501</define>
+	<dependency>wineheaders</dependency>
 	<library>wine</library>
 	<library>advapi32</library>
 	<library>comctl32</library>

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.ocx_ros.diff?rev=27926&view=auto
==============================================================================
--- trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff (added)
+++ trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff Fri Jul 27 15:19:19 2007
@@ -1,0 +1,19 @@
+Index: hhctrl.ocx.rbuild
+===================================================================
+--- hhctrl.ocx.rbuild	(revision 27782)
++++ hhctrl.ocx.rbuild	(working copy)
+@@ -3,12 +3,14 @@
+ 	<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="__REACTOS__" />
+ 	<define name="__WINESRC__" />
+ 	<define name="__USE_W32API" />
+ 	<define name="_WIN32_IE">0x600</define>
+ 	<define name="_WIN32_WINNT">0x501</define>
+ 	<define name="WINVER">0x501</define>
++	<dependency>wineheaders</dependency>
+ 	<library>wine</library>
+ 	<library>advapi32</library>
+ 	<library>comctl32</library>

Propchange: trunk/reactos/dll/win32/hhctrl.ocx/hhctrl.ocx_ros.diff
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the Ros-diffs mailing list