diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2020-12-05 02:56:53 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2020-12-05 02:56:53 (GMT) |
| commit | 53d6118a090b1b452072c01b26df2bd43ee8e49b (patch) | |
| tree | c6eac679dfcd0c042f7564238e7a9cd3832ee340 | |
| parent | cb5c9f4f89b6e7242ba07f84e278d35f202d7edd (diff) | |
| parent | e5bf8e9ed0ed0eac93c860963c9ee98ecffe4d3f (diff) | |
| download | tcl-53d6118a090b1b452072c01b26df2bd43ee8e49b.zip tcl-53d6118a090b1b452072c01b26df2bd43ee8e49b.tar.gz tcl-53d6118a090b1b452072c01b26df2bd43ee8e49b.tar.bz2 | |
Merge 8.7
| -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 f380de4..53935d3 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -25,6 +25,7 @@ # shell -- Just builds the shell and the core.
# core -- Only builds the core [tclXX.(dll|lib)].
# all -- Builds everything.
+# sfe -- Build static single file executable.
# test -- Builds and runs the test suite.
# tcltest -- Just builds the test shell.
# install -- Installs the built binaries and libraries to $(INSTALLDIR)
@@ -176,7 +177,7 @@ VERSION = $(TCL_MAJOR_VERSION)$(TCL_MINOR_VERSION) !include versions.vc
# Single file Tclsh
-TCLSFE = $(OUT_DIR)\$(PROJECT)sfe$(VERSION).exe
+TCLSFE = $(OUT_DIR)\$(PROJECT)sfe$(VERSION)$(SUFX).exe
DDEDOTVERSION = 1.4
DDEVERSION = $(DDEDOTVERSION:.=)
|
