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