mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Convert to spec.
svn path=/branches/ros-amd64-bringup/; revision=36465
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
LIBRARY powercfg.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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.def" />
|
||||
<importlibrary definition="powercfg.spec.def" />
|
||||
<include base="powercfg">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
@@ -18,4 +18,5 @@
|
||||
<file>advanced.c</file>
|
||||
<file>hibernate.c</file>
|
||||
<file>powercfg.rc</file>
|
||||
<file>powercfg.spec</file>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@ stdcall CPlApplet(ptr long ptr ptr)
|
||||
Reference in New Issue
Block a user