summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-27 11:42:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-27 11:42:12 (GMT)
commite0087267dfcc2f5340cb0ca19d97f65ae198beb0 (patch)
tree0678341be2d455b1e33e3e1f29b6d92fc7d99efd /win/makefile.vc
parenta2bc74984c84ac28c1f9116c73ee22b237f36539 (diff)
parent052144cb1fd693cf17ac2ebdf15272268d16a57d (diff)
downloadtcl-e0087267dfcc2f5340cb0ca19d97f65ae198beb0.zip
tcl-e0087267dfcc2f5340cb0ca19d97f65ae198beb0.tar.gz
tcl-e0087267dfcc2f5340cb0ca19d97f65ae198beb0.tar.bz2
Merge 8.6 and fix Travis build on Windows
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 52f63f6..21e4270 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -260,8 +260,8 @@ COREOBJS = \
$(TMP_DIR)\tclListObj.obj \
$(TMP_DIR)\tclLiteral.obj \
$(TMP_DIR)\tclLoad.obj \
+ $(TMP_DIR)\tclMainW.obj \
$(TMP_DIR)\tclMain.obj \
- $(TMP_DIR)\tclMain2.obj \
$(TMP_DIR)\tclNamesp.obj \
$(TMP_DIR)\tclNotify.obj \
$(TMP_DIR)\tclOO.obj \
@@ -737,7 +737,7 @@ $(TMP_DIR)\testMain.obj: $(WIN_DIR)\tclAppInit.c
/DTCL_USE_STATIC_PACKAGES=$(TCL_USE_STATIC_PACKAGES) \
-Fo$@ $?
-$(TMP_DIR)\tclMain2.obj: $(GENERICDIR)\tclMain.c
+$(TMP_DIR)\tclMainW.obj: $(GENERICDIR)\tclMain.c
$(cc32) $(pkgcflags) /DUNICODE /D_UNICODE \
-Fo$@ $?