summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-09-01 07:15:40 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-09-01 07:15:40 (GMT)
commitfc286c45e809430316cb57203dbfefcf23bac783 (patch)
tree7028f978d12f0c7255ca14789ee5bd806a2fbd8d /win/makefile.bc
parent7bb34adfdb3692426a742497b53ccc8ae43b4892 (diff)
downloadtcl-fc286c45e809430316cb57203dbfefcf23bac783.zip
tcl-fc286c45e809430316cb57203dbfefcf23bac783.tar.gz
tcl-fc286c45e809430316cb57203dbfefcf23bac783.tar.bz2
Adding the ability for the Tcl core to build self-contained Zip-based executables
* Integrated a pure-C implementation of ZipVfs * Modified Tcl_AppInit() to look for a zipvfs mounted on the executable
Diffstat (limited to 'win/makefile.bc')
-rw-r--r--win/makefile.bc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index a962bc6..e005979 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -275,6 +275,7 @@ TCLOBJS = \
$(TMPDIR)\tclWinSock.obj \
$(TMPDIR)\tclWinThrd.obj \
$(TMPDIR)\tclWinTime.obj \
+ $(TMP_DIR)\tclZipVfs.obj \
$(TMPDIR)\tclZlib.obj
TCLSTUBOBJS = \