reactos/dll/win32/spoolss/spoolss.rbuild
2011-05-24 18:40:34 +00:00

16 lines
558 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="spoolss" type="win32dll" baseaddress="${BASEADDRESS_SPOOLSS}" installbase="system32" installname="spoolss.dll" allowwarnings="true">
<importlibrary definition="spoolss.spec" />
<include base="spoolss">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<file>spoolss_main.c</file>
<file>router.c</file>
<library>wine</library>
<library>winspool</library>
<library>ntdll</library>
</module>
</group>