aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake
Commit message (Collapse)AuthorAgeFilesLines
...
* vcexpress: use vcbuild to do the build from mhmakemarha2009-11-231-6/+8
|
* Implemented which function.marha2009-11-236-4/+23
|
* Solved compilation warnings in linux.marha2009-11-196-9/+10
|
* Now the automatic dependency filename is derived from the makefile filename.marha2009-11-192-5/+3
|
* Solved problem when there are spaces in the commands to execute.marha2009-11-122-2/+2
| | | | | Fix suggested by David Lawler (djlawler@users.sourceforge.net)
* Avoid unnecessary re-compilations when environment variables are changed in ↵marha2009-11-105-52/+61
| | | | makefiles.
* - Solved problem in generated error string when build-command failed.1.7.99.1marha2009-11-034-5/+5
| | | | | - Strip function now strips all white space (including \r and \n)
* Solved crash when svn command is not found.marha2009-10-172-2/+2
|
* Optimised auto dependency generationmarha2009-10-0214-129/+152
| | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* Removed useless code.marha2009-10-011-4/+0
|
* Now mhmake can be compiled with mhmakemarha2009-09-201-16/+4
|
* Changes for making it possible to have spaces in the MHMAKECONF environment ↵marha2009-09-1810-168/+218
| | | | variable.
* Escaping of the $ sign by doubling it was not always done correctly.marha2009-08-044-23/+19
|
* - Made copy command recursive when copying a directory.marha2009-08-047-102/+112
| | | | | | | | | - 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.
* mhmake now compiles.marha2009-07-297-30/+688
|
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-2944-0/+21979