Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | svn merge -c505 ^/branches/released . | marha | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Solved problem with $(@:%blabla=%) when there are spaces in the filename | marha | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Solved problem of some tabs that were not parsed as white space | marha | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | Solved problem when path environment variable was larger then 1024 bytes | marha | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Solved reentrancy problem | marha | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Bumped version | marha | 2010-02-18 | 1 | -1/+1 |
| | |||||
* | svn merge --reintegrate ^/branches/mhmake.parallel . | marha | 2010-02-18 | 1 | -4/+2 |
| | |||||
* | linux: solved problem running svn info when the mhmakeconf points to a ↵ | marha | 2010-02-15 | 1 | -1/+1 |
| | | | | | | | symbolic link autodep scanning: # include may contain spaces | ||||
* | Allos the | character in define values. | marha | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | Added 64-bit compilation | marha | 2009-12-10 | 1 | -1/+1 |
| | | | | | Removed autodep optimisation. | ||||
* | Implemented which function. | marha | 2009-11-23 | 1 | -1/+3 |
| | |||||
* | Now the automatic dependency filename is derived from the makefile filename. | marha | 2009-11-19 | 1 | -3/+1 |
| | |||||
* | Solved problem when there are spaces in the commands to execute. | marha | 2009-11-12 | 1 | -1/+1 |
| | | | | | Fix suggested by David Lawler (djlawler@users.sourceforge.net) | ||||
* | Avoid unnecessary re-compilations when environment variables are changed in ↵ | marha | 2009-11-10 | 1 | -1/+1 |
| | | | | makefiles. | ||||
* | - Solved problem in generated error string when build-command failed.1.7.99.1 | marha | 2009-11-03 | 1 | -1/+1 |
| | | | | | - Strip function now strips all white space (including \r and \n) | ||||
* | Solved crash when svn command is not found. | marha | 2009-10-17 | 1 | -1/+1 |
| | |||||
* | Optimised auto dependency generation | marha | 2009-10-02 | 1 | -1/+1 |
| | | | | | | 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 ↵ | marha | 2009-09-18 | 1 | -30/+40 |
| | | | | variable. | ||||
* | Escaping of the $ sign by doubling it was not always done correctly. | marha | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | - Made copy command recursive when copying a directory. | marha | 2009-08-04 | 1 | -1/+1 |
| | | | | | | | | | - 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. | marha | 2009-07-29 | 1 | -0/+229 |