Author: sserapion Date: Wed Sep 24 04:51:33 2008 New Revision: 36457
URL: http://svn.reactos.org/svn/reactos?rev=36457&view=rev Log: Convert to spec. Use tabs in rbuild file.
Added: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.spec (contents, props changed) - copied, changed from r36423, branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def Removed: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def Modified: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.rbuild
Removed: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/cp... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def (removed) @@ -1,6 +1,0 @@ -LIBRARY intl.cpl - -EXPORTS -CPlApplet@16 - -; EOF
Modified: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/cp... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.rbuild [iso-8859-1] Wed Sep 24 04:51:33 2008 @@ -1,27 +1,28 @@ <?xml version="1.0"?> <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd"> <module name="intl" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_INTL}" installbase="system32" installname="intl.cpl" unicode="yes"> - <importlibrary definition="intl.def" /> - <include base="intl">.</include> - <define name="_WIN32_IE">0x600</define> - <define name="_WIN32_WINNT">0x600</define> - <define name="WINVER">0x609</define> - <library>kernel32</library> - <library>user32</library> - <library>comctl32</library> - <library>advapi32</library> - <library>setupapi</library> - <library>shell32</library> - <file>currency.c</file> - <file>date.c</file> - <file>generalp.c</file> - <file>intl.c</file> - <file>inplocale.c</file> - <file>numbers.c</file> - <file>time.c</file> - <file>misc.c</file> - <file>languages.c</file> - <file>advanced.c</file> - <file>sort.c</file> - <file>intl.rc</file> + <importlibrary definition="intl.spec.def" /> + <include base="intl">.</include> + <define name="_WIN32_IE">0x600</define> + <define name="_WIN32_WINNT">0x600</define> + <define name="WINVER">0x609</define> + <library>kernel32</library> + <library>user32</library> + <library>comctl32</library> + <library>advapi32</library> + <library>setupapi</library> + <library>shell32</library> + <file>currency.c</file> + <file>date.c</file> + <file>generalp.c</file> + <file>intl.c</file> + <file>inplocale.c</file> + <file>numbers.c</file> + <file>time.c</file> + <file>misc.c</file> + <file>languages.c</file> + <file>advanced.c</file> + <file>sort.c</file> + <file>intl.rc</file> + <file>intl.spec</file> </module>
Copied: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.spec (from r36423, branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def) URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/cp... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.def [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.spec [iso-8859-1] Wed Sep 24 04:51:33 2008 @@ -1,6 +1,1 @@ -LIBRARY intl.cpl - -EXPORTS -CPlApplet@16 - -; EOF +@ stdcall CPlApplet(ptr long ptr ptr)
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.spec ------------------------------------------------------------------------------ svn:eol-style = native
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.spec ------------------------------------------------------------------------------ svn:keywords = author date id revision
Propchange: branches/ros-amd64-bringup/reactos/dll/cpl/intl/intl.spec ------------------------------------------------------------------------------ svn:mergeinfo =