mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Convert to spec.
svn path=/branches/ros-amd64-bringup/; revision=36463
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
LIBRARY joy.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="joy" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_JOY}" installbase="system32" installname="joy.cpl" unicode="yes">
|
||||
<importlibrary definition="joy.def" />
|
||||
<importlibrary definition="joy.spec.def" />
|
||||
<include base="joy">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
@@ -15,4 +15,5 @@
|
||||
<library>shell32</library>
|
||||
<file>joy.c</file>
|
||||
<file>joy.rc</file>
|
||||
<file>joy.spec</file>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@ stdcall CPlApplet(ptr long ptr ptr)
|
||||
Reference in New Issue
Block a user