diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:54:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:54:48 (GMT) |
commit | be9d4efe7ba6f645e1cd3e8c93dfa13f634eb972 (patch) | |
tree | bf19ce263808d6875f337129402f3865e7770181 /win/makefile.vc | |
parent | 6b4003931a14f890e04b620d349878f3f09a3b4d (diff) | |
download | tk-be9d4efe7ba6f645e1cd3e8c93dfa13f634eb972.zip tk-be9d4efe7ba6f645e1cd3e8c93dfa13f634eb972.tar.gz tk-be9d4efe7ba6f645e1cd3e8c93dfa13f634eb972.tar.bz2 |
Same change as [9bc120ced2] for UNIX, but for Windows as well.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 68df470..a7b0c0a 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -360,7 +360,6 @@ TKOBJS = \ $(TMP_DIR)\tkUtil.obj \ $(TMP_DIR)\tkVisual.obj \ $(TMP_DIR)\tkStubInit.obj \ - $(TMP_DIR)\tkStubLib.obj \ $(TMP_DIR)\tkWindow.obj \ $(TTK_OBJS) \ !if !$(STATIC_BUILD) |