summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-10 10:42:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-10 10:42:55 (GMT)
commit68293204978c0c9af6094c5a39b027e243b33601 (patch)
treeb070c1213a77d755d5108ae896d6283734113b93 /win
parentef955419835fab05a0e89f59eccab1470f54dcb6 (diff)
parenta9c0e83fb00eef6b3be5db888dfa2cfad2c0eb52 (diff)
downloadtcl-68293204978c0c9af6094c5a39b027e243b33601.zip
tcl-68293204978c0c9af6094c5a39b027e243b33601.tar.gz
tcl-68293204978c0c9af6094c5a39b027e243b33601.tar.bz2
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index eb55af8..2687e1c 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -818,7 +818,8 @@ $(TMP_DIR)\tclEvent.obj: $(GENERICDIR)\tclEvent.c $(TMP_DIR)\tclUuid.h
-Fo$@ $(GENERICDIR)\tclEvent.c
$(TMP_DIR)\tclTest.obj: $(GENERICDIR)\tclTest.c $(TMP_DIR)\tclUuid.h
- $(cc32) $(appcflags) -I$(TMP_DIR) -Fo$@ $?
+ $(cc32) $(appcflags) -I$(TMP_DIR) \
+ -Fo$@ $(GENERICDIR)\tclTest.c
$(TMP_DIR)\tclTestObj.obj: $(GENERICDIR)\tclTestObj.c
$(cc32) $(appcflags) -Fo$@ $?