Author: hyperion
Date: Mon Nov 9 23:49:18 2009
New Revision: 44059
URL:
http://svn.reactos.org/svn/reactos?rev=44059&view=rev
Log:
modified base/shell/explorer/notifyhook/notifyhook.def
modified dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def
modified dll/nls/idndl/idndl.def
modified dll/nls/normaliz/normaliz.def
modified drivers/video/font/ftfd/freetype.def
Soon, the rbuild "dllname" attribute will have no effect for .def files (only
.spec/.pspec): prepare the sources for it by specifying the DLL name in the .def files
themselves with the LIBRARY directory
Modified:
trunk/reactos/base/shell/explorer/notifyhook/notifyhook.def
trunk/reactos/dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def
trunk/reactos/dll/nls/idndl/idndl.def
trunk/reactos/dll/nls/normaliz/normaliz.def
trunk/reactos/drivers/video/font/ftfd/freetype.def
Modified: trunk/reactos/base/shell/explorer/notifyhook/notifyhook.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/notify…
==============================================================================
--- trunk/reactos/base/shell/explorer/notifyhook/notifyhook.def [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/notifyhook/notifyhook.def [iso-8859-1] Mon Nov 9
23:49:18 2009
@@ -1,3 +1,4 @@
+LIBRARY notifyhook.dll
EXPORTS
DeinstallNotifyHook
GetWindowModulePath
Modified: trunk/reactos/dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/mesa32/src/dr…
==============================================================================
--- trunk/reactos/dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def [iso-8859-1]
(original)
+++ trunk/reactos/dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def [iso-8859-1] Mon
Nov 9 23:49:18 2009
@@ -1,5 +1,6 @@
+LIBRARY mesa32.dll
DESCRIPTION 'Mesa (OpenGL driver) for Win32'
-VERSION 7.4
+; VERSION 7.4
EXPORTS
;
Modified: trunk/reactos/dll/nls/idndl/idndl.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/idndl/idndl.def?re…
==============================================================================
--- trunk/reactos/dll/nls/idndl/idndl.def [iso-8859-1] (original)
+++ trunk/reactos/dll/nls/idndl/idndl.def [iso-8859-1] Mon Nov 9 23:49:18 2009
@@ -1,4 +1,4 @@
-LIBRARY "idndl"
+LIBRARY "idndl.dll"
EXPORTS
DownlevelGetLocaleScripts = DownlevelGetLocaleScripts@12 @1
Modified: trunk/reactos/dll/nls/normaliz/normaliz.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/nls/normaliz/normaliz.…
==============================================================================
--- trunk/reactos/dll/nls/normaliz/normaliz.def [iso-8859-1] (original)
+++ trunk/reactos/dll/nls/normaliz/normaliz.def [iso-8859-1] Mon Nov 9 23:49:18 2009
@@ -27,7 +27,7 @@
; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
; POSSIBILITY OF SUCH DAMAGE.
-LIBRARY "normaliz"
+LIBRARY "normaliz.dll"
EXPORTS
IdnToAscii@20 = kernel32.IdnToAscii @1
Modified: trunk/reactos/drivers/video/font/ftfd/freetype.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/font/ftfd/fr…
==============================================================================
--- trunk/reactos/drivers/video/font/ftfd/freetype.def [iso-8859-1] (original)
+++ trunk/reactos/drivers/video/font/ftfd/freetype.def [iso-8859-1] Mon Nov 9 23:49:18
2009
@@ -1,4 +1,4 @@
-LIBRARY freetype
+LIBRARY ftfd.dll
EXPORTS
FT_Done_Face
FT_Done_Glyph