diff plugins/win32/winprefs/Makefile.mingw @ 10531:940f0d8ce380

[gaim-migrate @ 11858] This is multi-monitor support for docking. This also should fix the multiple "Show Desktop" request causing the contents of of the docked buddy list to permanently disappear. I also added a handling of a couple Window Manager events that probably aren't really necessary, but the MSDN docs say they are. This is certainly not C89 compliant (variable declaration), but it is win32 API, so it probably doesn't matter. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 20 Jan 2005 03:16:04 +0000
parents 752d0600b514
children
line wrap: on
line diff
--- a/plugins/win32/winprefs/Makefile.mingw	Thu Jan 20 02:52:28 2005 +0000
+++ b/plugins/win32/winprefs/Makefile.mingw	Thu Jan 20 03:16:04 2005 +0000
@@ -23,7 +23,7 @@
 
 CFLAGS =
 
-DEFINES =
+DEFINES = -DWINVER=0x500
 
 ##
 ## INCLUDE  MAKEFILES
@@ -94,7 +94,7 @@
 
 all: $(TARGET).dll
 
-install:
+install: $(TARGET).dll
 	cp $(TARGET).dll $(DLL_INSTALL_DIR)