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 | f332c17690d0bcdcb01c334c0554c4e2a5c664a1 (patch) | |
tree | c251d8da4f9bb5384a76cea8c7f48989cb9483c5 /win/tcl.dsp | |
parent | df6a99b1f7d966d942bb05c50739f24cd61e2d8f (diff) | |
download | tcl-f332c17690d0bcdcb01c334c0554c4e2a5c664a1.zip tcl-f332c17690d0bcdcb01c334c0554c4e2a5c664a1.tar.gz tcl-f332c17690d0bcdcb01c334c0554c4e2a5c664a1.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 |