mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Convert to spec.
svn path=/branches/ros-amd64-bringup/; revision=36456
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
LIBRARY input.dll
|
||||
|
||||
EXPORTS
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
@@ -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>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@ stdcall CPlApplet(ptr long ptr ptr)
|
||||
Reference in New Issue
Block a user