summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/makefile.bc3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index a77c0ed..050d012 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -80,11 +80,9 @@ LNLIBS_dll = $(TCLLIBDIR)\$(TCLLIB) import32 cw32mti
.path.obj=$(TMPDIR)
WISHOBJS = \
- $(TMPDIR)\tkConsole.obj \
$(TMPDIR)\winMain.obj
TKTESTOBJS = \
- $(TMPDIR)\tkConsole.obj \
$(TMPDIR)\tkTest.obj \
$(TMPDIR)\tkSquare.obj \
$(TMPDIR)\testMain.obj
@@ -97,6 +95,7 @@ XLIBOBJS = \
$(TMPDIR)\xutil.obj
TKOBJS = \
+ $(TMPDIR)\tkConsole.obj \
$(TMPDIR)\tkUnixMenubu.obj \
$(TMPDIR)\tkUnixScale.obj \
$(XLIBOBJS) \