mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=30876
This commit is contained in:
parent
6a7949f977
commit
c0126761a5
2 changed files with 5 additions and 6 deletions
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="odbccp32" type="win32dll" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.dll" allowwarnings="true">
|
||||
<importlibrary definition="odbccp32.spec.def" />
|
||||
<include base="odbccp32">.</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>ole32</library>
|
||||
<library>advapi32</library>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue