Mercurial > pidgin
changeset 3987:59ff113da8bb
[gaim-migrate @ 4178]
We're dynamyically loading this symbol now, therefore we don't need to link to user32plus.lib
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Tue, 19 Nov 2002 20:10:54 +0000 |
parents | 4faf2a9753cb |
children | f406b46dce0d |
files | src/win32/mingw_plus/Makefile.mingw src/win32/mingw_plus/user32plus.def |
diffstat | 2 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/win32/mingw_plus/Makefile.mingw Tue Nov 19 18:20:29 2002 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# -# Makefile.mingw -# -# Description: Build an import lib containing all Win32 API symbols -# which are missing from mingw 1.1 import libs. -# - - -user32plus.lib: user32plus.def - dlltool -D user32.dll -d user32plus.def -l user32plus.lib - -all: user32plus.lib -