diff options
author | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:27:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-04-02 04:27:24 (GMT) |
commit | f4e73527836ef586247d16d1d93742e37025284f (patch) | |
tree | 4592a015b3a045eee137aa848dbc1f42bff7149d /win/makefile.bc | |
parent | cea4bab1e44789d1caa0e2edecd71b5bfcdac1df (diff) | |
download | tcl-f4e73527836ef586247d16d1d93742e37025284f.zip tcl-f4e73527836ef586247d16d1d93742e37025284f.tar.gz tcl-f4e73527836ef586247d16d1d93742e37025284f.tar.bz2 |
* generic/tclBasic.c: Revised stubs-generation tool and interp
* tools/genStubs.tcl: creation so that "tclStubsPtr" is not present
* unix/Makefile.in: in libtcl.so, but is present only in
* win/Makefile.in: libtclstub.a. This tightens up the rules for
* win/makefile.bc: users of the stubs interfaces. [Bug 1819422]
* win/makefile.vc:
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 629768c..481ecd3 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -246,7 +246,6 @@ TCLOBJS = \ $(TMPDIR)\tclScan.obj \ $(TMPDIR)\tclStringObj.obj \ $(TMPDIR)\tclStubInit.obj \ - $(TMPDIR)\tclStubLib.obj \ $(TMPDIR)\tclThread.obj \ $(TMPDIR)\tclThreadJoin.obj \ $(TMPDIR)\tclTimer.obj \ |