diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-29 12:08:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-29 12:08:56 (GMT) |
commit | 07493eeb9da82216017c303174fa75c64d9a8bab (patch) | |
tree | d9d649a1b88be09b6f83fcda7acec40788abae64 /win/rules.vc | |
parent | 13f90df6597eb8749645582c67de29865ea50950 (diff) | |
parent | f96662305e702a2c78089497268cff80903028e2 (diff) | |
download | tcl-07493eeb9da82216017c303174fa75c64d9a8bab.zip tcl-07493eeb9da82216017c303174fa75c64d9a8bab.tar.gz tcl-07493eeb9da82216017c303174fa75c64d9a8bab.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/win/rules.vc b/win/rules.vc index 7210ab6..74d2948 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1326,23 +1326,6 @@ OPTDEFINES = $(OPTDEFINES) /DTCL_UTF_MAX=6 # _ATL_XP_TARGETING - Newer SDK's need this to build for XP
COMPILERFLAGS = /D_ATL_XP_TARGETING
-# Following is primarily for the benefit of extensions. Tcl 8.5 builds
-# Tcl without /DUNICODE, while 8.6 builds with it defined. When building
-# an extension, it is advisable (but not mandated) to use the same Windows
-# API as the Tcl build. This is accordingly defaulted below. A particular
-# extension can override this by pre-definining USE_WIDECHAR_API.
-!ifndef USE_WIDECHAR_API
-!if $(TCL_VERSION) > 85
-USE_WIDECHAR_API = 1
-!else
-USE_WIDECHAR_API = 0
-!endif
-!endif
-
-!if $(USE_WIDECHAR_API)
-COMPILERFLAGS = $(COMPILERFLAGS) /DUNICODE /D_UNICODE
-!endif
-
# Like the TEA system only set this non empty for non-Tk extensions
# Note: some extensions use PACKAGE_NAME and others use PACKAGE_TCLNAME
# so we pass both
|