comparison 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
comparison
equal deleted inserted replaced
10530:a1eddb973f42 10531:940f0d8ce380
21 21
22 # Compiler Options 22 # Compiler Options
23 23
24 CFLAGS = 24 CFLAGS =
25 25
26 DEFINES = 26 DEFINES = -DWINVER=0x500
27 27
28 ## 28 ##
29 ## INCLUDE MAKEFILES 29 ## INCLUDE MAKEFILES
30 ## 30 ##
31 31
92 92
93 .PHONY: all clean 93 .PHONY: all clean
94 94
95 all: $(TARGET).dll 95 all: $(TARGET).dll
96 96
97 install: 97 install: $(TARGET).dll
98 cp $(TARGET).dll $(DLL_INSTALL_DIR) 98 cp $(TARGET).dll $(DLL_INSTALL_DIR)
99 99
100 100
101 ## 101 ##
102 ## BUILD Dependencies 102 ## BUILD Dependencies