reactos/dll/cpl/powercfg/powercfg.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

20 lines
709 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="powercfg" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_PWRCFG}" installbase="system32" installname="powercfg.cpl" unicode="yes">
<importlibrary definition="powercfg.spec" />
<include base="powercfg">.</include>
<include base="ReactOS">include/reactos/wine</include>
<library>user32</library>
<library>powrprof</library>
<library>comctl32</library>
<library>shell32</library>
<library>advapi32</library>
<file>powercfg.c</file>
<file>powershemes.c</file>
<file>alarms.c</file>
<file>advanced.c</file>
<file>hibernate.c</file>
<file>powercfg.rc</file>
<pch>powercfg.h</pch>
</module>