summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* Always compile Tk with -DUSE_TCL_STUBS. jan.nijtmans2012-08-151-53/+103
|\ | | | | Formatting
| * Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-62/+127
| |
* | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-111-36/+38
| | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation.
* | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
|\ \ | |/
| * [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 Keywordsdgp2011-06-081-3/+0
|\ \ \ | |/ /
| * | 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].
* | | The -debug:full option is not supported when using the modern versions of ↵Joe Mistachkin2011-03-171-2/+2
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead.
* | | [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-111-1/+5
| | | | | | | | | | | | cmdline" implemented for Tk on MSVC++
* | | Add netapi32 to the windows link linenijtmans2010-10-111-2/+2
| | |
* | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-5/+5
| | | | | | | | | | | | | | | | | | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer necessary.
* | | Fix [Tcl Bug 2967340]: Static build failurenijtmans2010-03-121-1/+2
| | |
* | | Fix dependancies on ${TKSTUBLIB} whennijtmans2009-12-121-5/+5
| | | | | | | | | | | | TCL_USE_STATIC_PACKAGES is defined
* | | Include tk stubs in the tktest link line due to nijtmans recent changespatthoyts2009-11-221-2/+2
| | |
* | | Implementation of TIP #244, PNG image support.dkf2008-12-281-1/+2
| | |
* | | msvc uses __inline, so added the necessary macro now that we are using thispatthoyts2008-10-191-3/+4
| | |
* | | Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-1/+2
| | | | | | | | | | | | Adapted from [Patch 1997907]
* | | Split the photo image core into two pieces to make it easier to maintain.dkf2008-08-251-1/+2
| | |
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-1/+7
| | |
* | | We should use the thread allocator for threaded builds. Added 'tclalloc' ↵patthoyts2008-05-151-3/+6
| | | | | | | | | | | | option to disable.
* | | Include ws2_32 in the link list [Bug 19200872]patthoyts2008-04-201-2/+2
| | |
* | | Fixed stubs usagepatthoyts2008-04-031-5/+13
| | |
* | | Tweak the debug targetspatthoyts2008-04-021-18/+7
| | |
* | | * generic/tkWindow.c: Revised package initialization so thatdgp2008-04-021-2/+1
|/ / | | | | | | | | | | * unix/Makefile.in: "tkStubsPtr" is not present in libtk.so, but * win/Makefile.in: is present only in libtkstub.a. This tightens * win/makefile.bc: up the rules for users of the stubs interfaces. * win/makefile.vc: [Tcl Bug 1819422].
* | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish2008-03-181-4/+3
| |