comparison plugins/tcl/Makefile.mingw @ 13846:5af4422eb3f8

[gaim-migrate @ 16302] Added new tcl_cmd.c to the win32 Makefile committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 21 Jun 2006 13:51:19 +0000
parents 4a1debda969d
children
comparison
equal deleted inserted replaced
13845:d0ff520f87da 13846:5af4422eb3f8
59 ## 59 ##
60 ## SOURCES, OBJECTS 60 ## SOURCES, OBJECTS
61 ## 61 ##
62 62
63 C_SRC = tcl.c \ 63 C_SRC = tcl.c \
64 tcl_cmd.c \
64 tcl_cmds.c \ 65 tcl_cmds.c \
65 tcl_glib.c \ 66 tcl_glib.c \
66 tcl_ref.c \ 67 tcl_ref.c \
67 tcl_signals.c 68 tcl_signals.c
68 69