diff options
| author | dgp@users.sourceforge.net <dgp> | 2008-04-02 04:27:24 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2008-04-02 04:27:24 (GMT) |
| commit | 5cb838b851031e8c59bb0b04d29fed94d7b95282 (patch) | |
| tree | 4592a015b3a045eee137aa848dbc1f42bff7149d | |
| parent | 5b1ddba5279cbf194bae042d9d7e07932c8c4926 (diff) | |
| download | tcl-5cb838b851031e8c59bb0b04d29fed94d7b95282.zip tcl-5cb838b851031e8c59bb0b04d29fed94d7b95282.tar.gz tcl-5cb838b851031e8c59bb0b04d29fed94d7b95282.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:
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | win/makefile.bc | 1 | ||||
| -rw-r--r-- | win/makefile.vc | 3 |
3 files changed, 3 insertions, 4 deletions
@@ -32,7 +32,8 @@ * 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 - users of the stubs interfaces. [Bug 1819422] + * win/makefile.bc: users of the stubs interfaces. [Bug 1819422] + * win/makefile.vc: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: 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 \ diff --git a/win/makefile.vc b/win/makefile.vc index f969775..3a5ada9 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.176 2008/04/01 16:23:45 dgp Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.177 2008/04/02 04:27:25 dgp Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -298,7 +298,6 @@ TCLOBJS = \ $(TMP_DIR)\tclStringObj.obj \ $(TMP_DIR)\tclStrToD.obj \ $(TMP_DIR)\tclStubInit.obj \ - $(TMP_DIR)\tclStubLib.obj \ $(TMP_DIR)\tclThread.obj \ $(TMP_DIR)\tclThreadAlloc.obj \ $(TMP_DIR)\tclThreadJoin.obj \ |
