summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Collapse)AuthorAgeFilesLines
* Fix for AMD64 symbols buildspatthoyts2007-09-111-1/+4
| | | FossilOrigin-Name: 62a5aafa6d96fbe2ec65f389d7b80c0b0495661d
* Fix bug #1582769 build with VC2003 and correct i386 arch.patthoyts2006-10-311-3/+6
| | | FossilOrigin-Name: 6b5677cb26deaf0e36e612d7767c9afe8c8ca278
* 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. FossilOrigin-Name: 854a284193d1143b75ac1ba436e87c0dbe38f1c3
* Remove the /RTCc flagpatthoyts2006-10-061-5/+1
| | | FossilOrigin-Name: 2bf08304affa039580c935abeebd355fe3012822
* * 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. FossilOrigin-Name: 324eb3cceffd0086ad8fbc6c0e8251a58ae80605
* * 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: FossilOrigin-Name: 20c45754f76680260016fd3f7ed12c0c0e9465e5
* Sync with tcl to enable building with VC8 (VS2005 C compiler)patthoyts2006-06-141-102/+102
| | | FossilOrigin-Name: ee6f1e5a8f27a3931c10695d05278ced25c7fedc
* * win/makefile.vc: Backport to the most recentdavygrvy2004-10-271-15/+102
| | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c: FossilOrigin-Name: e79198cc2fb38268ca4dc33eeadec7a86762cb9c
* Corrected several problems that prevented OPTS=symbols from building kennykb2003-03-231-4/+4
| | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes. FossilOrigin-Name: 10a8982de82ffd20e9bd30ddff572a7bae7f2098
* matched to the Tcl one.davygrvy2003-02-141-6/+19
| | | FossilOrigin-Name: 1d45dd13eb78dccc1aefea2af202af61723849b2
* * 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. FossilOrigin-Name: 430b4100e7aecc7a466e1a42a07a91ac7ce91717
* 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. FossilOrigin-Name: 63d761c9fe7c2b364b644ddc6ff97566efef8278
* * 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] FossilOrigin-Name: 8bb6331b52c3c5354d532404f7dc125089c6b701
* * 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). FossilOrigin-Name: 216ebe4f37f9b4ea6999e5f8274864b06382ebb4