diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-10 10:42:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-10 10:42:55 (GMT) |
commit | 68293204978c0c9af6094c5a39b027e243b33601 (patch) | |
tree | b070c1213a77d755d5108ae896d6283734113b93 /win/makefile.vc | |
parent | ef955419835fab05a0e89f59eccab1470f54dcb6 (diff) | |
parent | a9c0e83fb00eef6b3be5db888dfa2cfad2c0eb52 (diff) | |
download | tcl-68293204978c0c9af6094c5a39b027e243b33601.zip tcl-68293204978c0c9af6094c5a39b027e243b33601.tar.gz tcl-68293204978c0c9af6094c5a39b027e243b33601.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
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$@ $?
|