☰ Home
Timeline
Branches
Tags
Tickets
Wiki
Login
Diff
Differences From
Artifact [0d596a423f]:
File
Makefile.in
— part of check-in
[0174bad24d]
at
2004-01-07 02:06:26
on branch master
— Add invisible monitoring window for Windows.
(user:
patthoyts
size: 3820)
To Artifact [2da84a1c5e]:
File
Makefile.in
— part of check-in
[de933c0bf1]
at
2004-01-09 03:14:54
on branch master
— Split tracing utilities out into new file trace.c
(user:
jenglish
size: 3893)
︙
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
WISH = $(TCLSH_ENV) $(WISH_PROG)
### Data division.
#
CLEANFILES = *.$(OBJEXT) $(tile_LIB_FILE)
GENERIC_OBJECTS = tkstate.$(OBJEXT) \
tile.$(OBJEXT) \
scrollbar.$(OBJEXT) \
layout.$(OBJEXT) \
widget.$(OBJEXT) \
track.$(OBJEXT) \
altTheme.$(OBJEXT) \
stepTheme.$(OBJEXT) \
tkElements.$(OBJEXT) \
tkTheme.$(OBJEXT) \
GENERIC_OBJECTS = \
tkstate.$(OBJEXT) \
tile.$(OBJEXT) \
scrollbar.$(OBJEXT) \
scale.$(OBJEXT) \
notebook.$(OBJEXT) \
layout.$(OBJEXT) \
widget.$(OBJEXT) \
trace .$(OBJEXT) \
tr ack .$(OBJEXT) \
alt Theme.$(OBJEXT) \
tkElements.$(OBJEXT) \
tkTheme.$(OBJEXT) \
stepTheme.$(OBJEXT)
UNIX_OBJECTS =
WIN_OBJECTS = xpTheme.$(OBJEXT) \
monitor.$(OBJEXT)
PLAT_OBJECTS = @PLAT_OBJECTS@
tile_OBJECTS = $(GENERIC_OBJECTS) $(PLAT_OBJECTS)
︙
This page was generated in about
0.011s by
Fossil 2.26 [1205ec86cb] 2025-04-30 16:57:32