mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 04:03:56 +00:00
Move itss.idl to the place it belongs
svn path=/trunk/; revision=26754
This commit is contained in:
parent
85c06f6f40
commit
f9560fb69d
4 changed files with 9 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<dependency>wineheaders</dependency>
|
||||
<library>wine</library>
|
||||
<library>uuid</library>
|
||||
<library>kernel32</library>
|
||||
|
@ -27,7 +28,6 @@
|
|||
<file>hhctrl.c</file>
|
||||
<file>regsvr.c</file>
|
||||
<file>webbrowser.c</file>
|
||||
<file>itss.idl</file>
|
||||
<file>hhctrl.rc</file>
|
||||
<file>hhctrl.ocx.spec</file>
|
||||
</module>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<group>
|
||||
<directory name="idl">
|
||||
<xi:include href="idl/idl.rbuild" />
|
||||
</directory>
|
||||
<directory name="wine">
|
||||
<xi:include href="wine/wineheaders.rbuild" />
|
||||
</directory>
|
||||
</group>
|
3
reactos/include/reactos/wine/wineheaders.rbuild
Normal file
3
reactos/include/reactos/wine/wineheaders.rbuild
Normal file
|
@ -0,0 +1,3 @@
|
|||
<module name="wineheaders" type="idlheader">
|
||||
<file>itss.idl</file>
|
||||
</module>
|
Loading…
Reference in a new issue