- reverted 30799 as I found there was a reason. we have a dll with the same name odbccp32

svn path=/trunk/; revision=30802
This commit is contained in:
Marc Piulachs 2007-11-27 00:46:16 +00:00
parent 6e2d5efb41
commit f31c48be7c

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="odbccp32" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.cpl" unicode="yes">
<module name="odbccp32i" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.cpl" unicode="yes">
<importlibrary definition="odbccp32.def" />
<include base="odbccp32">.</include>
<define name="_WIN32_IE">0x600</define>