mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Fix what seems to be a typo in the module name. Undo it if the name was intentional
caution: manually deleting makefile.auto maybe required! svn path=/trunk/; revision=30799
This commit is contained in:
parent
00b8bf0622
commit
4ade767c50
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="odbccp32i" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.cpl" unicode="yes">
|
||||
<module name="odbccp32" 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>
|
||||
|
|
Loading…
Reference in a new issue