diff options
| author | oehhar <harald.oehlmann@elmicron.de> | 2022-03-16 18:20:29 (GMT) |
|---|---|---|
| committer | oehhar <harald.oehlmann@elmicron.de> | 2022-03-16 18:20:29 (GMT) |
| commit | 48a30dd04e32f374258f8f6eacc40c48a1227ee7 (patch) | |
| tree | ff084fa3f34e5a2d2d60527c2286c1a80c90f847 | |
| parent | ea69616a5dd24c1d6c78e20ee260956e766342ea (diff) | |
| download | tcl-48a30dd04e32f374258f8f6eacc40c48a1227ee7.zip tcl-48a30dd04e32f374258f8f6eacc40c48a1227ee7.tar.gz tcl-48a30dd04e32f374258f8f6eacc40c48a1227ee7.tar.bz2 | |
TIP607 encoding failindex: revert ckeckin [add9ed8887] : just wait for symbol load in VS2015 and it will work. Sorry, Ashok !
| -rw-r--r-- | win/makefile.vc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index d15f844..abbf840 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -52,7 +52,7 @@ # turn on the 64-bit compiler, if your SDK has it.
#
# Basic macros and options usable on the commandline (see rules.vc for more info):
-# OPTS=nomsvcrt,noembed,nothreads,pdbs,profile,static,symbols,thrdalloc,unchecked,none
+# OPTS=nomsvcrt,noembed,nothreads,pdbs,profile,static,symbols,thrdalloc,unchecked,utf16,none
# Sets special options for the core. The default is for none.
# Any combination of the above may be used (comma separated).
# 'none' will over-ride everything to nothing.
@@ -584,7 +584,6 @@ $(OUT_DIR)\tommath.lib: $(TOMMATHDIR)\win64\tommath.lib $(COPY) $(TOMMATHDIR)\win64\tommath.lib $(OUT_DIR)\tommath.lib
!endif
-!if $(TCL_EMBED_SCRIPTS)
$(TCLSCRIPTZIP): $(TCLDDELIB) $(TCLREGLIB)
@echo Building Tcl library zip file
@if exist "$(LIBTCLVFS)" $(RMDIR) "$(LIBTCLVFS)"
@@ -604,7 +603,7 @@ $(TCLSCRIPTZIP): $(TCLDDELIB) $(TCLREGLIB) @echo file delete -force {$@} > "$(OUT_DIR)\zipper.tcl"
@echo zipfs mkzip {$@} {$(LIBTCLVFS)} {$(LIBTCLVFS)} >> "$(OUT_DIR)\zipper.tcl"
@cd "$(OUT_DIR)" && $(TCLSH_NATIVE) zipper.tcl
-!endif
+
pkgs:
@for /d %d in ($(PKGSDIR)\*) do \
|
