summaryrefslogtreecommitdiff
path: root/contrib/buildsystems
AgeCommit message (Expand)Author
2019-07-29contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin
2019-07-29contrib/buildsystems: handle options starting with a slashJohannes Schindelin
2019-07-29contrib/buildsystems: also handle -lexpatJohannes Schindelin
2019-07-29contrib/buildsystems: handle libiconv, tooJohannes Schindelin
2019-07-29contrib/buildsystems: handle the curl library optionPhilip Oakley
2019-07-29contrib/buildsystems: error out on unknown optionJohannes Schindelin
2019-07-29contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley
2019-07-29contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley
2019-07-29contrib/buildsystems: ignore gettext stuffPhilip Oakley
2019-07-29contrib/buildsystems: handle quoted spaces in filenamesPhilip Oakley
2019-07-29contrib/buildsystems: fix misleading error messagePhilip Oakley
2019-07-29contrib/buildsystems: ignore irrelevant files in Generators/Johannes Schindelin
2019-07-29contrib/buildsystems: ignore invalidcontinue.objPhilip Oakley
2019-07-29Vcproj.pm: urlencode '<' and '>' when generating VC projectsJohannes Schindelin
2019-07-29Vcproj.pm: do not configure VCWebServiceProxyGeneratorToolJohannes Schindelin
2019-07-29Vcproj.pm: list git.exe first to be startup projectPhilip Oakley
2019-07-29Vcproj.pm: auto-generate GUIDsJohannes Schindelin
2013-11-25mark Windows build scripts executableJonathan Nieder
2010-01-23msvc: Fix an "unrecognized option" linker warningRamsay Jones
2010-01-22engine.pl: Fix a recent breakage of the buildsystem generatorRamsay Jones
2009-11-18Merge branch 'ef/msys-imap'Junio C Hamano
2009-10-30Make the MSVC projects use PDB/IDB files named after the projectSebastian Schuberth
2009-10-23MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen
2009-09-29Make just opening the generated MSVC solution file not modify itSebastian Schuberth
2009-09-29Make generated MSVC solution file open from Windows ExplorerSebastian Schuberth
2009-09-29generators/vcproj.pm: remove UNICODE from buildMichael Wookey
2009-09-19Add scripts to generate projects for other buildsystems (MSVC vcproj, QMake)Marius Storm-Olsen