summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Collapse)AuthorAgeFilesLines
* Update dll version numbers of dde/reg extension in the makefile.patthoyts2009-10-151-3/+3
| | | FossilOrigin-Name: 21c6869e9de15086e7aa2fa8b2cdc5ef83c7bd45
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* Handle MSVC 9 (aka: Visual Studio 2008)patthoyts2007-12-101-4/+10
| | | FossilOrigin-Name: cd79a1224eb18f2c2ba28d8045df2e5891b1d3ab
* 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. FossilOrigin-Name: 3304fda806bdf09c71b80c5338ec6ffde3080ab5
* Fixed install of tk broken with last commitpatthoyts2007-10-121-1/+2
| | | FossilOrigin-Name: cd673403cf726c253cdfa5c108507fc8732470e4
* 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. FossilOrigin-Name: 33f8d8e252696bad9bb3b5feb527b7234a718ebd
* Synchronize with tcl rules.vcpatthoyts2007-08-211-9/+14
| | | FossilOrigin-Name: b1b4e07b6664d44c518af96281922fa50de8183e
* see logmistachkin2007-02-041-4/+7
| | | FossilOrigin-Name: 8cbce03e2dda7e650a52107cf217f9f01d3d70c3
* Update to support ttk merge.patthoyts2006-10-311-2/+12
| | | FossilOrigin-Name: f5ba36e6f973a6a92cb9e392c5dcb345ea369a37
* 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. FossilOrigin-Name: baa01e99942369cdd9063e7542074d19a3bf73af
* * 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: 9d41acf54154dda8103f6b94602caaa91d6b572c
* * 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. FossilOrigin-Name: 139fc6fbfdd8afd4c7df75b75925e29001485ed3
* sync'd to Tcl.davygrvy2004-02-011-1/+8
| | | FossilOrigin-Name: 9ac27139b5355475146bf40b09c2349fac389158
* * 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. FossilOrigin-Name: c2f1f53cff48d368dd5560a3203a46f9774dee3c
* sync'd to Tcl.davygrvy2003-12-231-13/+56
| | | FossilOrigin-Name: a9e4d8c1be92f32387515b208be94fc4ffd96392
* 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: b7bcc071d8fa6bd35f5217e5622b0e673fe67105
* updated default tcl version to 8.5davygrvy2003-03-061-2/+2
| | | FossilOrigin-Name: 68608bc0df93a346aba34ef816d1b70000f48bcd
* 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