summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove use of any macros used in rules.vc from rules-ext.vcapnadkarni2017-10-031-1/+14
* | | Introduce rules-ext.vc file for extensions to select most recent rules.vcapnadkarni2017-10-021-4/+12
* | | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vcapnadkarni2017-09-301-5/+11
* | | Added MAKEEXTCMD macro.apnadkarni2017-09-301-4/+10
* | | Added standard macros LIBDIR and DEMODIR. Also set common Tk related names an...apnadkarni2017-09-301-19/+36
* | | Permit definition of implicit rules and standard targets to be disabledapnadkarni2017-09-291-15/+22
* | | Added implicit rule for compiling resources.apnadkarni2017-09-291-5/+20
* | | Updated for Tk compatibility.apnadkarni2017-09-291-43/+48
* | | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes.apnadkarni2017-09-281-13/+86
* | | Include rules.vc and nmakehlp.c as part of install. apnadkarni2017-09-261-8/+56
* | | Eliminate obsolete winhelp style documentation and fix Html Help doc buildapnadkarni2017-09-251-0/+11
* | | Eliminated /base option on linking as not recommended with ASLRapnadkarni2017-09-251-7/+3
* | | Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macrosapnadkarni2017-09-251-1/+4
* | | Move TCLSH and TCLSH_NATIVE macros to rules.vcapnadkarni2017-09-251-1/+16
* | | Added project-specific include paths and preprocessor defines.apnadkarni2017-09-251-5/+37
* | | Move clean target to rules.vc to avoid repetition in every extensionapnadkarni2017-09-241-1/+37
* | | Move installation dir macros to rules.vcapnadkarni2017-09-241-9/+54
* | | Moved generic compiler and linker flags completely into rules.vc soapnadkarni2017-09-241-151/+190
* | | More refactoring. Moved defines that are Tcl-specific to makefile.vc asapnadkarni2017-09-231-144/+164
* | | First step in complete refactoring.apnadkarni2017-09-221-131/+290
* | | First cut at making application-independent compile and link flagsapnadkarni2017-09-201-2/+110
* | | Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise.apnadkarni2017-09-191-24/+1
* | | Do not permit nothreads in OPTS as sockets, registry and dde require threading.apnadkarni2017-09-191-2/+22
* | | Fix mapping of VCVERSION to VCVER. The simplistic calculation no longerapnadkarni2017-09-191-0/+7
* | | Remove /Gs which enables _chkstk on *every* function call. The normal defaultapnadkarni2017-09-191-15/+21
|/ /
* | missing rules.vc after mergesebres2017-01-131-5/+10
|\ \ | |/
| * Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker ...sebres2017-01-121-1/+1
| * Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK...sebres2017-01-121-5/+10
* | merge core-8-6-branch. Undo changes to coffbase.txt (they cause overlap with Tk)jan.nijtmans2016-09-211-1/+1
|\ \
| * \ Make it more likely that compiles with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
| |\ \ | | |/
| | * Make it more likely that compiled with VS2012/VS2013 actually work on Windows...jan.nijtmans2016-09-211-1/+1
* | | Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SD...Joe Mistachkin2016-09-191-1/+6
|/ /
* | Removed "ucrt" as configureable option: If building with VC2014, it's the rec...jan.nijtmans2015-08-251-7/+0
|\ \ | |/
| * Removed "ucrt" as configureable option: If building with VC2014, it's the rec...jan.nijtmans2015-08-251-7/+0
* | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ...jan.nijtmans2015-08-191-0/+7
|\ \ | |/
| * Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ...jan.nijtmans2015-08-191-0/+7
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-251-698/+698
|\ \ | |/
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-251-698/+698
* | Only build the threaded builds by defaultjan.nijtmans2012-08-151-19/+7
|\ \ | |/
| * Only build the threaded builds by default. jan.nijtmans2012-08-151-22/+41
* | fix some commentsjan.nijtmans2012-07-291-3/+3
* | [Bug 3544943]: Version mismatch in rules.vcjan.nijtmans2012-07-171-2/+2
* | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-6/+7
|\ \ | |/
| * sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-6/+7
| |\
| | * sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+2
|\ \ \ | |/ /
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+2
| |\ \ | | |/
| | * Support Visual Studio 11jan.nijtmans2011-09-261-51/+55
* | | Support cross-compilation to x64 from ix86 hosts when using NMAKE.patthoyts2011-04-201-42/+45
|\ \ \ | |/ /
| * | Support cross-compilation to x64 from ix86 hosts when using NMAKE.patthoyts2011-04-201-42/+45