summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-101-1/+1
|
* Remove unused variable. jan.nijtmans2013-04-031-1/+0
| | | Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it.
* merge release to 8.5; revert features not included in releasedgp2013-04-031-0/+1
|
* Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-271-1/+0
|
* Avoid setting TK_LIBRARY to a relative pathname.dgp2012-11-091-2/+2
|
* Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-62/+127
|
* [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
|\
| * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| |
* | Purge RCS Keywords.dgp2011-06-081-3/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |
* | Synchronize rules.vc with the version in the tcl source tree.patthoyts2011-04-211-0/+3
| | | | | | Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
|\ \ | |/ | | | | link.exe included with MSVC, use -debug instead
| * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-261-1/+1
| | | | | | | | link.exe included with MSVC, use -debug instead
| * Fix for AMD64 symbols buildspatthoyts2007-09-111-14/+16
| |
| * * win/makefile.vc: Support MSVC8 and AMD64 target. Also try usingpatthoyts2006-09-261-5/+22
| | | | | | | | | | * 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: Complete reversal of the changes of Sep 22.andreas_kupries2006-09-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: For compat reason the Tcl core will not change * generic/tkWindow.c: the registered version to include the patchlevel, * library/tk.tcl: making the changes to Tk unnecessary. * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4:
| * * generic/tkConsole.c: TIP #268 update regarding registered packageandreas_kupries2006-09-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-39/+28
| |
| * Avoid pipe problems on Win98patthoyts2006-03-281-2/+3
| |
| * simplified makefile.vc a little bitKevin B Kenny2005-12-011-13/+5
| |
| * restored the ability to build from makefile.vcKevin B Kenny2005-12-011-14/+34
| |
| * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-2/+22
| | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597] * win/configure.in: * win/wish.exe.manifest.in (new): manifest must map in MACHINE * win/rc/wish.exe.manifest (removed): and VERSION to be correct.
| * * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
| | | | | | | | from MSVC or the Platform SDK.
| * * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5patthoyts2004-10-291-2/+2
| |
| * * win/makefile.vc: Backport to the most recentdavygrvy2004-10-271-6/+20
| | | | | | | | | | * win/rules.vc: changes on the HEAD. * win/nmakehlp.c:
| * Apply fix from tcl bug #950049 for make docs.patthoyts2004-05-101-2/+2
| |
| * * win/makefile.vc: Restored consistency of pkgIndex.tcl filedgp2003-11-171-7/+3
| | | | | | | | with that generated by Makefile.
| * Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbolsdavygrvy2003-11-161-3/+7
| |
| * Corrected several problems that prevented OPTS=symbols from building Kevin B Kenny2003-03-231-5/+13
| | | | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes.
| * Backed the version to 8.4 on the 8.4 branch. Kevin B Kenny2003-03-131-2/+2
| | | | | | | | (I just loathe sticky tags).
| * Backported the code that makes the makefile build pkgIndex.tcl as part Kevin B Kenny2003-03-111-2/+9
| | | | | | | | of the install step.
* | * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp2009-10-151-2/+2
| | | | | | | | | | | | | | | | | | * generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and * generic/tkWindow.c: later 8.*) interps. * library/tk.tcl * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
* | * unix/Makefile.in: Relax constraints in index script so thatdgp2008-10-101-2/+2
| | | | | | | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438].
* | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-181-4/+3
| |
* | Support compilation with MSVC9 on AMD64patthoyts2007-12-141-1/+3
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | (bug 1835052) Fix tidy target to remove tktest rather than tcltestpatthoyts2007-11-281-3/+3
| |
* | Fix the environment to run only our built versionpatthoyts2007-11-171-21/+42
| |
* | * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as thesedavygrvy2007-10-171-2/+3
| | | | | | | | | | | | are really text files, not binaries. * win/makefile.vc: Added $(BITMAPDIR) to the search path for the depend target.
* | * win/makefile.vc: depend target now works and builds a generateddavygrvy2007-10-161-86/+23
| | | | | | | | dependency list with $(TCLTOOLSDIR)/mkdepend.tcl
* | Hush.patthoyts2007-10-121-3/+3
| |
* | Fixed install of tk broken with last commitpatthoyts2007-10-121-8/+3
| |
* | Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-121-64/+49
| | | | | | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile.
* | * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()dgp2007-09-181-2/+2
| | | | | | | | | | * win/makefile.vc: so that we don't need the C library linked in to libtkStub.
* | Add crt flags for tkStubLib now it makes use of C-library functionspatthoyts2007-09-171-2/+2
| |
* | * win/Makefile.in (install-binaries): Fixed missing brace in theandreas_kupries2007-09-121-2/+2
| | | | | | | | | | * win/makefile.vc (install-binaries): generated package index file. Note: unix/Makefile.in is good.
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-111-3/+2
| | | | | | | | | | | | | | | | | | * generic/tkMain.c: [package require Tcl] so that Tk Says What * generic/tkWindow.c: It Means using the new facilties of [package] * library/tk.tcl: in Tcl 8.5 about what version(s) of Tcl it * unix/Makefile.in: is willing to work with. [Bug 1578344]. * win/Makefile.in: * win/makefile.vc:
* | Test ttk widgetspatthoyts2007-05-151-2/+18
| |
* | [Tk Bug 1712081]dgp2007-05-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/Makefile.in: Updates to account for new and deleted files * win/Makefile.in: tkStubImg.c and tkOldTest.c. * win/makefile.bc: * win/makefile.vc: * generic/tkOldTest.c (new): New file used to create testing * generic/tkTest.c: commands for testing various Tk * tests/constraints.tcl: legacy interfaces where a separate * tests/image.test: compilation unit is needed in order to #define suitable macros during compilation. Only the effect of USE_OLD_IMAGE on Tk_CreateImageType() is currently tested, but more similar testing commands can be added to this same file. New constraint defined to detect presence of the image type provided by the new testing code, and a few tests added to exercise it. Having USE_OLD_IMAGE support tested by the default test suite should reduce chance of a recurrence of this bug. * doc/CrtImgType.3: Revised docs to better indicate the legacy * doc/CrtPhImgFmt.3: nature of the interfaces supported by USE_OLD_IMAGE. * generic/tkDecls.h: make genstubs * generic/tkStubInit.c: * generic/tk.decls: Reworked USE_OLD_IMAGE support to use * generic/tk.h: the same support mechanisms both with * generic/tkStubImg.c (deleted):and without a stub-enabled build. In each case, route the legacy calls to Tk_CreateImageType and Tk_CreatePhotoImageFormat through the Tk_CreateOldImageType and Tk_CreateOldPhotoImageFormat routines. Add those routines to the public stub table so they're available to a stub-enabled extension. Remove the definition of Tk_InitImageArgs() and use a macro to convert any calls to it in source code into a comment. * generic/tkImage.c: Removed the MODULE_SCOPE declarations that * generic/tkImgPhoto.c: broke USE_OLD_IMAGE support.
* | Added compliler define SUPPORT_CONFIG_EMBEDDED to support config of -use ↵chengyemao2007-02-281-1/+2
| | | | | | | | option at Windows