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

svn path=/trunk/; revision=44059
This commit is contained in:
KJK::Hyperion 2009-11-09 22:49:18 +00:00
parent 34cce6f897
commit f93a056987
5 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,4 @@
LIBRARY notifyhook.dll
EXPORTS EXPORTS
DeinstallNotifyHook DeinstallNotifyHook
GetWindowModulePath GetWindowModulePath

View file

@ -1,5 +1,6 @@
LIBRARY mesa32.dll
DESCRIPTION 'Mesa (OpenGL driver) for Win32' DESCRIPTION 'Mesa (OpenGL driver) for Win32'
VERSION 7.4 ; VERSION 7.4
EXPORTS EXPORTS
; ;

View file

@ -1,4 +1,4 @@
LIBRARY "idndl" LIBRARY "idndl.dll"
EXPORTS EXPORTS
DownlevelGetLocaleScripts = DownlevelGetLocaleScripts@12 @1 DownlevelGetLocaleScripts = DownlevelGetLocaleScripts@12 @1

View file

@ -27,7 +27,7 @@
; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
; POSSIBILITY OF SUCH DAMAGE. ; POSSIBILITY OF SUCH DAMAGE.
LIBRARY "normaliz" LIBRARY "normaliz.dll"
EXPORTS EXPORTS
IdnToAscii@20 = kernel32.IdnToAscii @1 IdnToAscii@20 = kernel32.IdnToAscii @1

View file

@ -1,4 +1,4 @@
LIBRARY freetype LIBRARY ftfd.dll
EXPORTS EXPORTS
FT_Done_Face FT_Done_Face
FT_Done_Glyph FT_Done_Glyph