comparison plugins/win32/winprefs/Makefile.mingw @ 6409:752d0600b514

[gaim-migrate @ 6915] Blist can now be docked, using Windows appbar features committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 08 Aug 2003 01:05:03 +0000
parents bb7723f0b4b9
children 940f0d8ce380
comparison
equal deleted inserted replaced
6408:90fc2199c156 6409:752d0600b514
54 54
55 ## 55 ##
56 ## SOURCES, OBJECTS 56 ## SOURCES, OBJECTS
57 ## 57 ##
58 58
59 C_SRC = winprefs.c 59 C_SRC = winprefs.c \
60 gtkappbar.c
60 61
61 62
62 OBJECTS = $(C_SRC:%.c=%.o) 63 OBJECTS = $(C_SRC:%.c=%.o)
63 64
64 65