diff options
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 38ec132..c4a508b 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -560,6 +560,8 @@ $(TMP_DIR)\tkMain2.obj: $(GENERICDIR)\tkMain.c $(TMP_DIR)\tkStubLib.obj : $(GENERICDIR)\tkStubLib.c
$(cc32) $(stubscflags) -Fo$@ $?
+$(TMP_DIR)\ttkStubLib.obj : $(GENERICDIR)\ttkStubLib.c
+ $(cc32) $(stubscflags) -Fo$@ $?
$(TMP_DIR)\wish.exe.manifest: $(WIN_DIR)\wish.exe.manifest.in
@nmakehlp -s << $** >$@
|