diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-08-28 11:43:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-08-28 11:43:26 (GMT) |
commit | 43fa4c24905499a1f9e52986e3bcc75e2ede53fb (patch) | |
tree | cab65fe5ee9859a688eb430e8b89105f8a561e50 /win/rules.vc | |
parent | 1fd576b1cecb84450f2ae58edd48d66fe871c773 (diff) | |
download | tk-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.vc | 7 |
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.
|