reactos/dll/win32/syssetup/syssetup.rbuild
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00

25 lines
793 B
Ruby

<module name="syssetup" type="win32dll" baseaddress="${BASEADDRESS_SYSSETUP}" installbase="system32" installname="syssetup.dll" unicode="yes" allowwarnings="true" crt="msvcrt">
<importlibrary definition="syssetup.spec" />
<include base="syssetup">.</include>
<library>pseh</library>
<library>uuid</library>
<library>ntdll</library>
<library>advapi32</library>
<library>gdi32</library>
<library>user32</library>
<library>samlib</library>
<library>userenv</library>
<library>comctl32</library>
<library>setupapi</library>
<library>ole32</library>
<library>shell32</library>
<library>shlwapi</library>
<file>classinst.c</file>
<file>dllmain.c</file>
<file>install.c</file>
<file>logfile.c</file>
<file>wizard.c</file>
<file>syssetup.rc</file>
<pch>precomp.h</pch>
</module>