summaryrefslogtreecommitdiff
path: root/make_msvc_net2003.vcproj
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24Fix MS Visual Studio NET2003 build.Gerte Hoogewerf1-2/+2
* make_msvc_net2003.vcproj: Do not exclude guile.c from compilation. Copyright-paperwork-exempt: Yes.
2013-09-30Fixes for building with MSVC.Paul Smith1-0/+6
2013-09-12Enhance the output sync mode.Paul Smith1-0/+6
Create a new file, output.c, and collect functions that generate output there. We introduce a new global context specifying where output should go (to stdout or to a sync file), and the lowest level output generator chooses where to write output based on that context. This allows us to set the context globally, and all operations that write output (including functions like $(info ...) etc.) will use it. Removed the "--trace=dir" capability. It was too confusing. If you have directory tracking enabled then output sync will print the enter/leave message for each synchronized block. If you don't want that, disable directory tracking.
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-1/+1
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-0/+8
On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled.
2006-02-11Update copyright and license notices on all files.Paul Smith1-0/+3
Added new file strcache.c to various non-UNIX makefiles and build scripts.
2006-02-01Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith1-4/+9
Markus Maurhart.
2005-08-08- Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith1-0/+309
jobs after a failed job. - Enhancements to WINDOWS32 code from Eli Zaretskii. - Add Microsoft Project files from J. Grant.