mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
420b109b72
svn path=/trunk/; revision=17325
12 lines
419 B
XML
12 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>
|