summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* Synchronize with tcl rules.vcpatthoyts2007-08-211-9/+14
|
* see logJoe Mistachkin2007-02-041-4/+7
|
* Update to support ttk merge.patthoyts2006-10-311-2/+12
|
* generic/tkImgBmap.c: Fixed line endings.patthoyts2006-10-191-23/+109
| | | | | | win/makefile.vc: Patched up build system to manage win/rules.vc: AMD64 with MSVC8 win/nmakehlp.c: Ensure operation without Platform SDK.
* * 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:
* * win/makefile.vc:davygrvy2004-02-081-3/+21
| | | | | | * win/rules.vc: * win/rc/tk.rc: * win/rc/wish.rc: Now supports the 'unchecked' option when building.
* sync'd to Tcl.davygrvy2004-02-011-1/+8
|
* * win/rules.vc: Sync'd to Tcl, respects the CHECKS=nodepdavygrvy2004-01-131-1/+20
| | | | commandline macro and was used to verify the Tcl_Panic change above.
* sync'd to Tcl.davygrvy2003-12-231-13/+56
|
* 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.
* updated default tcl version to 8.5davygrvy2003-03-061-2/+2
|
* matched to the Tcl one.davygrvy2003-02-141-6/+19
|
* * win/winMain.c (Tcl_AppInit): Calls Registry_Init() anddavygrvy2002-11-041-6/+91
| | | | | | | | | | | | | 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.
* The test for compiler optimizations was in error. Thanks goes to Roy Terrydavygrvy2002-06-141-2/+2
| | | | <royterry@earthlink.net> for his assistence with this.
* * win/.cvsignore (new):davygrvy2002-03-281-17/+94
| | | | | | | | | | | | | * 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/mkd.bat:davygrvy2001-11-131-0/+185
* 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).