diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-03 20:17:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-03 20:17:01 (GMT) |
commit | 46aecf3d998cb19bd8107932e7f95cf5abbc41a9 (patch) | |
tree | 6909766d167011b99ee390e421db7f35904a4f29 /win/makefile.vc | |
parent | b0cd51815168b6c4d8fa61c00eb931f865ee03ec (diff) | |
download | tk-46aecf3d998cb19bd8107932e7f95cf5abbc41a9.zip tk-46aecf3d998cb19bd8107932e7f95cf5abbc41a9.tar.gz tk-46aecf3d998cb19bd8107932e7f95cf5abbc41a9.tar.bz2 |
Remove unused variable.
Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it.
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) |