mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Convert to spec.
svn path=/branches/ros-amd64-bringup/; revision=36462
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
LIBRARY odbccp32.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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">
|
||||
<importlibrary definition="odbccp32.def" />
|
||||
<importlibrary definition="odbccp32.spec.def" />
|
||||
<include base="odbccp32">.</include>
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
@@ -10,4 +10,5 @@
|
||||
<library>comctl32</library>
|
||||
<file>odbccp32.c</file>
|
||||
<file>odbccp32.rc</file>
|
||||
<file>odbccp32.spec</file>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@ stdcall CPlApplet(ptr long ptr ptr)
|
||||
Reference in New Issue
Block a user