summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authorsuresh <suresh>1998-08-12 18:42:19 (GMT)
committersuresh <suresh>1998-08-12 18:42:19 (GMT)
commit202062d81bd2e42abb6303add95ef160f1c11e3b (patch)
tree4cf71001c702603d849ff0712a2f4d8728121e0b /win/makefile.bc
parent98bda5166401d3a5af4c0a57c998056853750015 (diff)
downloadtk-202062d81bd2e42abb6303add95ef160f1c11e3b.zip
tk-202062d81bd2e42abb6303add95ef160f1c11e3b.tar.gz
tk-202062d81bd2e42abb6303add95ef160f1c11e3b.tar.bz2
Moved "tkConsole.obj" to the DLL.
Diffstat (limited to 'win/makefile.bc')
-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) \