diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-29 11:51:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-29 11:51:18 (GMT) |
commit | fcdb84169898da11d2f01bc438b8ce2589cde331 (patch) | |
tree | 14b888d090c8e304837014193bc0ba734adeccd7 /win/makefile.vc | |
parent | e6cc2ac919c4d65864139092c244734683804139 (diff) | |
download | tk-fcdb84169898da11d2f01bc438b8ce2589cde331.zip tk-fcdb84169898da11d2f01bc438b8ce2589cde331.tar.gz tk-fcdb84169898da11d2f01bc438b8ce2589cde331.tar.bz2 |
.. wrong directory ...
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index c4a508b..91dc526 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -560,7 +560,7 @@ $(TMP_DIR)\tkMain2.obj: $(GENERICDIR)\tkMain.c $(TMP_DIR)\tkStubLib.obj : $(GENERICDIR)\tkStubLib.c
$(cc32) $(stubscflags) -Fo$@ $?
-$(TMP_DIR)\ttkStubLib.obj : $(GENERICDIR)\ttkStubLib.c
+$(TMP_DIR)\ttkStubLib.obj : $(TTKDIR)\ttkStubLib.c
$(cc32) $(stubscflags) -Fo$@ $?
$(TMP_DIR)\wish.exe.manifest: $(WIN_DIR)\wish.exe.manifest.in
|