diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 14:38:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 14:38:35 (GMT) |
commit | 42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7 (patch) | |
tree | a8d7630b12ddf60ab8264a7f04d71dd92b8b7874 /win/makefile.vc | |
parent | 43489532dea0636fb88a85b2b5fa8097b27166da (diff) | |
download | tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.zip tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.tar.gz tcl-42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7.tar.bz2 |
Split tclCompCmds.c into two pieces to improve developer sanity.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 99718f2..b72bb4a 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -13,7 +13,7 @@ # Copyright (c) 2003-2008 Pat Thoyts. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.206 2010/02/13 18:11:06 dkf Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.207 2010/02/26 14:38:37 dkf Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -262,6 +262,7 @@ COREOBJS = \ $(TMP_DIR)\tclCmdIL.obj \ $(TMP_DIR)\tclCmdMZ.obj \ $(TMP_DIR)\tclCompCmds.obj \ + $(TMP_DIR)\tclCompCmdsSZ.obj \ $(TMP_DIR)\tclCompExpr.obj \ $(TMP_DIR)\tclCompile.obj \ $(TMP_DIR)\tclConfig.obj \ |