Autosyncing with Wine HEAD

svn path=/trunk/; revision=30876
This commit is contained in:
The Wine Synchronizer 2007-11-29 11:04:34 +00:00
parent 6a7949f977
commit c0126761a5
2 changed files with 5 additions and 6 deletions

View file

@ -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>