mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=30880
This commit is contained in:
parent
187bdad2ea
commit
09bef04650
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="powrprof" type="win32dll" baseaddress="${BASEADDRESS_POWRPROF}" installbase="system32" installname="powrprof.dll" allowwarnings="true">
|
||||
<importlibrary definition="powrprof.spec.def" />
|
||||
<include base="powrprof">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__WINESRC__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<define name="WINVER">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x600</define>
|
||||
<library>wine</library>
|
||||
<library>advapi32</library>
|
||||
<library>kernel32</library>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue