reactos/dll/cpl/desk/desk.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

38 lines
1.1 KiB
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="desk" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_DESK}" installbase="system32" installname="desk.cpl" unicode="yes" crt="msvcrt">
<importlibrary definition="desk.spec" />
<include base="desk">.</include>
<define name="_WIN32" />
<library>user32</library>
<library>advapi32</library>
<library>gdi32</library>
<library>comctl32</library>
<library>comdlg32</library>
<library>ole32</library>
<library>setupapi</library>
<library>shell32</library>
<library>ntdll</library>
<library>uuid</library>
<library>uxtheme</library>
<file>advmon.c</file>
<file>appearance.c</file>
<file>background.c</file>
<file>classinst.c</file>
<file>desk.c</file>
<file>devsett.c</file>
<file>dibitmap.c</file>
<file>misc.c</file>
<file>preview.c</file>
<file>screensaver.c</file>
<file>advappdlg.c</file>
<file>effappdlg.c</file>
<file>settings.c</file>
<file>monslctl.c</file>
<file>general.c</file>
<file>desk.rc</file>
<file>draw.c</file>
<file>theme.c</file>
<pch>desk.h</pch>
</module>