summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/makefile.vc3
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:.=)