diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-16 20:32:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-16 20:32:50 (GMT) |
commit | 68292a6506ecddc2460b6f47f7589f8ad66a4858 (patch) | |
tree | c251d8da4f9bb5384a76cea8c7f48989cb9483c5 /win/tcl.dsp | |
parent | 8a0b7ecf76ccbad9d6f0e838a17473c0dc0e0148 (diff) | |
download | tcl-68292a6506ecddc2460b6f47f7589f8ad66a4858.zip tcl-68292a6506ecddc2460b6f47f7589f8ad66a4858.tar.gz tcl-68292a6506ecddc2460b6f47f7589f8ad66a4858.tar.bz2 |
split off TclInitStubTable() as separate function - which does the actual stub table initialization - previously part of Tcl_InitStubs().
Diffstat (limited to 'win/tcl.dsp')
-rw-r--r-- | win/tcl.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/tcl.dsp b/win/tcl.dsp index 57ec6bf..2708051 100644 --- a/win/tcl.dsp +++ b/win/tcl.dsp @@ -1300,6 +1300,10 @@ SOURCE=..\generic\tclStubLib.c # End Source File # Begin Source File +SOURCE=..\generic\tclStubLibTbl.c +# End Source File +# Begin Source File + SOURCE=..\generic\tclOOStubLib.c # End Source File # Begin Source File |