Branch setupapi
Added: branches/xmlbuildsystem/reactos/lib/setupapi/
Added: branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml
_____
Copied: branches/xmlbuildsystem/reactos/lib/setupapi (from rev 12735,
trunk/reactos/lib/setupapi)
_____
Added: branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml
--- trunk/reactos/lib/setupapi/setupapi.xml 2005-01-02 20:12:17 UTC
(rev 12735)
+++ branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml
2005-02-12 16:11:43 UTC (rev 13508)
@@ -0,0 +1,33 @@
+<module name="setupapi" type="win32dll">
+ <dependency>winebuild</dependency>
+ <importlibrary definition="setupapi.spec.def" />
+ <include base="setupapi">.</include>
+ <include base="ReactOS">include/wine</include>
+ <define name="UNICODE" />
+ <define name="_UNICODE" />
+ <define name="__REACTOS__" />
+ <define name="__USE_W32API" />
+ <define name="_WIN32_IE">0x600</define>
+ <define name="_WIN32_WINNT">0x501</define>
+ <define name="WINVER">0x501</define>
+ <define name="__WINESRC__" />
+ <define name="_SETUPAPI_" />
+ <library>wine</library>
+ <library>wine_unicode</library>
+ <library>ntdll</library>
+ <library>kernel32</library>
+ <library>advapi32</library>
+ <library>user32</library>
+ <library>rpcrt4</library>
+ <library>version</library>
+ <file>devinst.c</file>
+ <file>dirid.c</file>
+ <file>diskspace.c</file>
+ <file>install.c</file>
+ <file>parser.c</file>
+ <file>queue.c</file>
+ <file>setupcab.c</file>
+ <file>stubs.c</file>
+ <file>setupapi.rc</file>
+ <file>setupapi.spec</file>
+</module>