Convert to spec.

svn path=/branches/ros-amd64-bringup/; revision=36456
This commit is contained in:
Samuel Serapion
2008-09-24 09:49:25 +00:00
parent 3f5eb93b23
commit 7bb3cd360e
3 changed files with 3 additions and 7 deletions
-6
View File
@@ -1,6 +0,0 @@
LIBRARY input.dll
EXPORTS
CPlApplet@16
; EOF
+2 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="input" type="win32dll" extension=".dll" baseaddress="${BASEADDRESS_INPUT}" installbase="system32" installname="input.dll" unicode="yes">
<importlibrary definition="input.def" />
<importlibrary definition="input.spec.def" />
<include base="input">.</include>
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
@@ -16,4 +16,5 @@
<file>add.c</file>
<file>changekeyseq.c</file>
<file>input.rc</file>
<file>input.spec</file>
</module>
+1
View File
@@ -0,0 +1 @@
@ stdcall CPlApplet(ptr long ptr ptr)