modified base/shell/explorer/notifyhook/notifyhook.def
authorKJK::Hyperion <hackbunny@reactos.org>
Mon, 9 Nov 2009 22:49:18 +0000 (22:49 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Mon, 9 Nov 2009 22:49:18 +0000 (22:49 +0000)
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

svn path=/trunk/; revision=44059

reactos/base/shell/explorer/notifyhook/notifyhook.def
reactos/dll/3rdparty/mesa32/src/drivers/windows/icd/mesa.def
reactos/dll/nls/idndl/idndl.def
reactos/dll/nls/normaliz/normaliz.def
reactos/drivers/video/font/ftfd/freetype.def

index 91d8c94..3a793f6 100644 (file)
@@ -1,5 +1,6 @@
+LIBRARY mesa32.dll
 DESCRIPTION 'Mesa (OpenGL driver) for Win32'
-VERSION 7.4
+VERSION 7.4
 
 EXPORTS
 ;
index ded574c..921d731 100644 (file)
@@ -1,4 +1,4 @@
-LIBRARY        "idndl"
+LIBRARY        "idndl.dll"
 
 EXPORTS
        DownlevelGetLocaleScripts    = DownlevelGetLocaleScripts@12 @1
index 62ad85b..71db24a 100644 (file)
@@ -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
index 1d278a8..78f8425 100644 (file)
@@ -1,4 +1,4 @@
-LIBRARY freetype
+LIBRARY ftfd.dll
 EXPORTS
   FT_Done_Face
   FT_Done_Glyph