summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-22 02:41:16 (GMT)
committerhobbs <hobbs>2002-02-22 02:41:16 (GMT)
commit5ea47f877cf7111d2293b4809c2ebe62bf0710e8 (patch)
tree4d2d79cd819d97123303e04c48e9a6ca8b7a5a49 /win/makefile.vc
parent5d7dc21d5dcc4ac242da18a351231d059aa18cc5 (diff)
downloadtk-5ea47f877cf7111d2293b4809c2ebe62bf0710e8.zip
tk-5ea47f877cf7111d2293b4809c2ebe62bf0710e8.tar.gz
tk-5ea47f877cf7111d2293b4809c2ebe62bf0710e8.tar.bz2
TIP #41 implementation, panedwindow [Patch #512503] (melski)
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 50240b9..b7cb202 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001 Tomasoft Engineering.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.50 2002/02/01 23:20:29 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.51 2002/02/22 02:41:17 hobbs Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -331,6 +331,7 @@ TKOBJS = \
$(TMP_DIR)\tkMenubutton.obj \
$(TMP_DIR)\tkMenuDraw.obj \
$(TMP_DIR)\tkMessage.obj \
+ $(TMP_DIR)\tkPanedWindow.obj \
$(TMP_DIR)\tkObj.obj \
$(TMP_DIR)\tkOldConfig.obj \
$(TMP_DIR)\tkOption.obj \
@@ -651,6 +652,7 @@ $(GENERICDIR)/tkListbox.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkMenu.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkMenubutton.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkMessage.c: $(GENERICDIR)/default.h
+$(GENERICDIR)/tkPanedWindow.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkScale.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkScrollbar.c: $(GENERICDIR)/default.h
$(GENERICDIR)/tkText.c: $(GENERICDIR)/default.h