summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Collapse)AuthorAgeFilesLines
* merge core-8-6-branchHEADmasterjan.nijtmans2017-09-261-15/+0
|\
| * Remove all references to coffbase.txt (which will be removed from Tcl) and ↵core_8_6_branchjan.nijtmans2017-09-261-23/+0
| | | | | | | | win98 specific hacks.
* | If Tk is compiled with -DTK_NO_DEPRECATED=1, remove some deprecated code ↵jan.nijtmans2017-01-231-14/+6
|/ | | | | (pack subcommands) and other stuff which is not used any more. And fix a few typos. Remove rmd.bat and rmd.bat, which are also not used any more.
* Permit static linking to the MSVCRT as a stand-alone option. Patch by Joe ↵jan.nijtmans2016-09-261-0/+5
|\ | | | | | | Mistachkin.
| * Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP ↵winFixesJoe Mistachkin2016-09-191-1/+6
| | | | | | | | SDK compatibility.
* | Make it more likely that compiles with VS2012/VS2013 actually work on ↵jan.nijtmans2016-09-211-1/+1
|\ \ | |/ |/| | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
| * Make it more likely that compiles with VS2012/VS2013 actually work on ↵jan.nijtmans2016-09-211-1/+1
| | | | | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/]
* | Completing ↵jan.nijtmans2015-08-281-7/+0
|\ \ | |/ | | | | [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.
| * Completing ↵jan.nijtmans2015-08-281-7/+0
| | | | | | | | [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.
* | Fix ↵jan.nijtmans2015-08-201-0/+7
|\ \ | |/ | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0
| * Fix ↵jan.nijtmans2015-08-201-0/+7
| | | | | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-716/+716
|\ \ | |/ | | | | | | | | 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.
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-716/+716
| | | | | | | | | | | | 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.
* | Only build the threaded builds by default. jan.nijtmans2012-08-151-23/+29
|\ \ | |/ | | For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in)
| * Only build the threaded builds by default. jan.nijtmans2012-08-151-26/+63
| | | | | | Backport some improvements from Tcl 8.6
* | Sync with tcl version of rules.vcjan.nijtmans2012-08-111-3/+3
| |
* | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-111-2/+2
| | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation.
* | [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
|\ \ | |/
| * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
| |\
| | * [Bug 3517448] TclKit build fails (unresolved __strtoi64)jan.nijtmans2012-04-131-4/+7
| | | | | | | | | some more tkInt.decls formatting
| | * Support Visual Studio 11jan.nijtmans2011-09-261-51/+55
| | |
| | * Purge RCS Keywords.dgp2011-06-081-3/+0
| | |
| | * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-311-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6
| | * Update for VS10nijtmans2010-10-231-6/+13
| | |
| | * Fix for AMD64 symbols buildspatthoyts2007-09-111-1/+4
| | |
| | * Fix bug #1582769 build with VC2003 and correct i386 arch.patthoyts2006-10-311-3/+6
| | |
| | * Ensure builds with VC6 without Platform SDK and pickup MACHINE from environmentpatthoyts2006-10-181-3/+6
| | | | | | | | | | | | to make life easier on Windows non-x86 platforms.
| | * Remove the /RTCc flagpatthoyts2006-10-061-5/+1
| | |
| | * * win/makefile.vc: Support MSVC8 and AMD64 target. Also try usingpatthoyts2006-09-261-11/+68
| | | | | | | | | | | | | | | * win/rules.vc: sed to generate the manifest (cross-compile cannot * win/nmakehlp.c: execute tclsh). If no sed, use the tclsh exe.
| | * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
| | * Sync with tcl to enable building with VC8 (VS2005 C compiler)patthoyts2006-06-141-102/+102
| | |
| | * * win/makefile.vc: Backport to the most recentdavygrvy2004-10-271-15/+102
| | | | | | | | | | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c:
| | * Corrected several problems that prevented OPTS=symbols from building Kevin B Kenny2003-03-231-4/+4
| | | | | | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes.
* | | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-211-45/+51
|\ \ \ | |/ / | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-211-45/+58
| | | | | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | Update for VS10nijtmans2010-10-231-5/+7
| | |
| * | Update dll version numbers of dde/reg extension in the makefile.patthoyts2009-10-151-3/+3
| | |
* | | [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-111-2/+4
| | | | | | | | | | | | cmdline" implemented for Tk on MSVC++
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-09-141-2/+2
| | |
* | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-7/+35
| | | | | | | | | | | | | | | | | | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary.
* | | [Bug #3020677] wish can't link reg1.2nijtmans2010-07-011-4/+4
| | |
* | | Fix [Tcl Bug 2967340]: Static build failurenijtmans2010-03-121-5/+5
| | |
* | | * win/rules.vc: small bug not setting SYMBOLS macro fixed.davygrvy2008-12-311-1/+2
| | |
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-1/+7
| | |
* | | We should use the thread allocator for threaded builds. Added 'tclalloc' ↵patthoyts2008-05-151-2/+5
|/ / | | | | | | option to disable.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Handle MSVC 9 (aka: Visual Studio 2008)patthoyts2007-12-101-4/+10
| |
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts2007-10-311-11/+1
| | | | | | | | | | the two places in Tk that generate errors with msvc8 when using this flag.
* | Fixed install of tk broken with last commitpatthoyts2007-10-121-1/+2
| |
* | Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-121-59/+171
| | | | | | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile.