Author: sserapion
Date: Wed Sep 24 05:45:05 2008
New Revision: 36467
URL:
http://svn.reactos.org/svn/reactos?rev=36467&view=rev
Log:
Convert to spec. two for the price of one.
Added:
branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.spec (contents, props
changed)
- copied, changed from r36423,
branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def
branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.spec (contents, props
changed)
- copied, changed from r36423,
branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def
Removed:
branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def
branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def
Modified:
branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.rbuild
branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.rbuild
Removed: branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def (removed)
@@ -1,6 +1,0 @@
-LIBRARY telephon.cpl
-
-EXPORTS
-CPlApplet@16
-
-; EOF
Modified: branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.rbuild [iso-8859-1] Wed
Sep 24 05:45:05 2008
@@ -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>
Copied: branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.spec (from r36423,
branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def)
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.def [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.spec [iso-8859-1] Wed Sep
24 05:45:05 2008
@@ -1,6 +1,1 @@
-LIBRARY telephon.cpl
-
-EXPORTS
-CPlApplet@16
-
-; EOF
+@ stdcall CPlApplet(ptr long ptr ptr)
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.spec
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/telephon/telephon.spec
------------------------------------------------------------------------------
svn:mergeinfo =
Removed: branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def (removed)
@@ -1,6 +1,0 @@
-LIBRARY timedate.cpl
-
-EXPORTS
-CPlApplet@16
-
-; EOF
Modified: branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.rbuild [iso-8859-1] Wed
Sep 24 05:45:05 2008
@@ -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>
+
Copied: branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.spec (from r36423,
branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def)
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/c…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.def [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.spec [iso-8859-1] Wed Sep
24 05:45:05 2008
@@ -1,6 +1,1 @@
-LIBRARY timedate.cpl
-
-EXPORTS
-CPlApplet@16
-
-; EOF
+@ stdcall CPlApplet(ptr long ptr ptr)
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.spec
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.spec
------------------------------------------------------------------------------
svn:keywords = author date id revision
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/timedate/timedate.spec
------------------------------------------------------------------------------
svn:mergeinfo =