summaryrefslogtreecommitdiffstats
path: root/win/buildall.vc.bat
Commit message (Collapse)AuthorAgeFilesLines
* Checks MSDevDir, not MSVCDir envar.davygrvy2004-03-091-3/+3
|
* * win/winMain.c (Tcl_AppInit): Calls Registry_Init() anddavygrvy2002-11-041-8/+35
| | | | | | | | | | | | | 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.
* updated to match Tcldavygrvy2002-03-291-6/+29
|
* Added the logic for the linkexten option.davygrvy2001-11-131-2/+2
|
* * win/mkd.bat:davygrvy2001-11-131-0/+13
* 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).