mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
15 lines
558 B
Ruby
15 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>
|