aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/build.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Linux compilation is ok again.marha2010-02-191-84/+117
|
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-124/+111
|
* Added 64-bit compilationmarha2009-12-101-8/+9
| | | | | Removed autodep optimisation.
* Implemented which function.marha2009-11-231-1/+1
|
* Solved problem when there are spaces in the commands to execute.marha2009-11-121-1/+1
| | | | | Fix suggested by David Lawler (djlawler@users.sourceforge.net)
* - Solved problem in generated error string when build-command failed.1.7.99.1marha2009-11-031-1/+1
| | | | | - Strip function now strips all white space (including \r and \n)
* Optimised auto dependency generationmarha2009-10-021-13/+21
| | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* Changes for making it possible to have spaces in the MHMAKECONF environment ↵marha2009-09-181-60/+43
| | | | variable.
* - Made copy command recursive when copying a directory.marha2009-08-041-15/+66
| | | | | | | | | - When -q is specified output nothing. - Solved problem when mhmake is run from inside Visual Studio (output of cl.exe was send directly to the IDE instead of stdout) - Added strip function - Now use the svn info command to get the revision from the working copy. - Removed VC6 solution file.
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-291-0/+1703