summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-28 11:43:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-28 11:43:26 (GMT)
commit43fa4c24905499a1f9e52986e3bcc75e2ede53fb (patch)
treecab65fe5ee9859a688eb430e8b89105f8a561e50 /win/rules.vc
parent1fd576b1cecb84450f2ae58edd48d66fe871c773 (diff)
downloadtk-43fa4c24905499a1f9e52986e3bcc75e2ede53fb.zip
tk-43fa4c24905499a1f9e52986e3bcc75e2ede53fb.tar.gz
tk-43fa4c24905499a1f9e52986e3bcc75e2ede53fb.tar.bz2
Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure/makefile build.
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc7
1 files changed, 0 insertions, 7 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 93c450b..a43fac6 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -223,7 +223,6 @@ LOIMPACT = 0
TCL_USE_STATIC_PACKAGES = 0
USE_THREAD_ALLOC = 0
UNCHECKED = 0
-UCRT = 0
!else
!if [nmakehlp -f $(OPTS) "static"]
!message *** Doing static
@@ -303,12 +302,6 @@ UNCHECKED = 1
UNCHECKED = 0
!endif
!endif
-!if [nmakehlp -f $(OPTS) "ucrt"] && $(VCVERSION) >= 1900
-!message *** Doing UCRT
-UCRT = 1
-!else
-UCRT = 0
-!endif
#----------------------------------------------------------
# Figure-out how to name our intermediate and output directories.