| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
[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.
|
|
|
|
| |
[http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0
|
|
|
|
|
|
| |
translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether.
See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
|
|
|
| |
Backport some improvements from Tcl 8.6
|
|\ |
|
| |
| |
| | |
some more tkInt.decls formatting
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
to make life easier on Windows non-x86 platforms.
|
| | |
|
| |
| |
| |
| |
| | |
* win/rules.vc: sed to generate the manifest (cross-compile cannot
* win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
|
| | |
|
| |
| |
| |
| |
| | |
* win/rules.vc: changes on the HEAD.
* win/nmakehlp.c:
|
| |
| |
| |
| | |
properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes.
|
| |
| |
| | |
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
the two places in Tk that generate errors with msvc8 when using this
flag.
|
| | |
|
| |
| |
| |
| |
| | |
extension versions closer together. Try and avoid using tclsh to do
substitutions as we may cross compile.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
win/makefile.vc: Patched up build system to manage
win/rules.vc: AMD64 with MSVC8
win/nmakehlp.c: Ensure operation without Platform SDK.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
|
| |
| |
| |
| |
| |
| | |
* win/rules.vc:
* win/rc/tk.rc:
* win/rc/wish.rc: Now supports the 'unchecked' option when building.
|
| | |
|
| |
| |
| |
| | |
commandline macro and was used to verify the Tcl_Panic change above.
|
| | |
|
| |
| |
| |
| | |
properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros
are set.
* win/makefile.vc: linkexten option now sets the
TCL_USE_STATIC_PACKAGES macro which also adds the registry and
dde static lib files to the link of the shell. [Patch 479697]
* win/rules.vc: Matches the one from Tcl.
* win/buildall.vc.bat: More useful commentary.
|
|
|
|
| |
<royterry@earthlink.net> for his assistence with this.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/lamp.bmp (new):
* win/makefile.vc:
* win/nmakehlp.c (new):
* win/rules.vc: Brought the makefile up-to-date with Tcl's one.
This now has support for Win9x issues and the winhelp target now
exists. Color scheme can be changed. I'm just imparting a first
suggestion using orange :) I'll have to think about the install
portion of the helpfile as I'll need to do some tricks to insert
tk's contents file into Tcl's using some special winhlp32.exe
switches. [Bug 533862 527941]
|
|
* win/rmd.bat: Removed -kb CVS attribute and added changes
from Llyod Lim for better stability. [Patch #456761]
* win/rules.vc(new):
* win/buildall.vc.bat(new):
* win/makefile.vc: large rewrite following Tcl's makefile.vc as
a guide and Patch #456761. Appears BugFree(tm).
|