reactos/rosky/lib/libsky/libsky.xml
Emanuele Aliberti 420b109b72 Make the 'rosky' optional module compile.
svn path=/trunk/; revision=17325
2005-08-12 13:46:36 +00:00

13 lines
419 B
XML

<module name="libsky" type="win32dll" installbase="system32" installname="libsky.dll">
<importlibrary definition="libsky.def" />
<include base="libsky">.</include>
<include base="libskygi">../../include</include>
<define name="_DISABLE_TIDENTS" />
<define name="__USE_W32API" />
<library>ntdll</library>
<library>kernel32</library>
<file>libsky.c</file>
<file>stubs.c</file>
<file>libsky.rc</file>
</module>