Author: hpoussin Date: Thu Aug 7 15:28:13 2008 New Revision: 35170
URL: http://svn.reactos.org/svn/reactos?rev=35170&view=rev Log: Replace .def file by a .spec file
Added: trunk/reactos/dll/shellext/fontext/fontext.spec (with props) Removed: trunk/reactos/dll/shellext/fontext/fontext.def Modified: trunk/reactos/dll/shellext/fontext/fontext.rbuild
Removed: trunk/reactos/dll/shellext/fontext/fontext.def URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/fontext/fontex... ============================================================================== --- trunk/reactos/dll/shellext/fontext/fontext.def [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/fontext/fontext.def (removed) @@ -1,6 +1,0 @@ -LIBRARY fontext.dll -EXPORTS -DllCanUnloadNow -DllGetClassObject -DllRegisterServer -DllUnregisterServer
Modified: trunk/reactos/dll/shellext/fontext/fontext.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/fontext/fontex... ============================================================================== --- trunk/reactos/dll/shellext/fontext/fontext.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/fontext/fontext.rbuild [iso-8859-1] Thu Aug 7 15:28:13 2008 @@ -1,5 +1,5 @@ <module name="fontext" type="win32dll" baseaddress="${BASEADDRESS_FONTEXT}" installbase="system32" installname="fontext.dll" unicode="yes"> - <importlibrary definition="fontext.def" /> + <importlibrary definition="fontext.spec.def" /> <include base="fontext">.</include> <define name="_WIN32_IE">0x0500</define> <define name="_WIN32_WINNT">0x0600</define> @@ -18,4 +18,5 @@ <file>fontext.c</file> <file>regsvr.c</file> <file>fontext.rc</file> + <file>fontext.spec</file> </module>
Added: trunk/reactos/dll/shellext/fontext/fontext.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/fontext/fontex... ============================================================================== --- trunk/reactos/dll/shellext/fontext/fontext.spec (added) +++ trunk/reactos/dll/shellext/fontext/fontext.spec [iso-8859-1] Thu Aug 7 15:28:13 2008 @@ -1,0 +1,4 @@ +@ stdcall DllCanUnloadNow() +@ stdcall DllGetClassObject(long long ptr) +@ stdcall DllRegisterServer() +@ stdcall DllUnregisterServer()
Propchange: trunk/reactos/dll/shellext/fontext/fontext.spec ------------------------------------------------------------------------------ svn:eol-style = native