aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/mhmakefileparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Linux compilation is ok again.marha2010-02-191-0/+61
|
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-90/+80
|
* linux: solved problem running svn info when the mhmakeconf points to a ↵marha2010-02-151-0/+3
| | | | | | | symbolic link autodep scanning: # include may contain spaces
* Added 64-bit compilationmarha2009-12-101-50/+44
| | | | | Removed autodep optimisation.
* Solved compilation warnings in linux.marha2009-11-191-1/+1
|
* Avoid unnecessary re-compilations when environment variables are changed in ↵marha2009-11-101-42/+58
| | | | makefiles.
* Optimised auto dependency generationmarha2009-10-021-31/+43
| | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* Removed useless code.marha2009-10-011-4/+0
|
* Changes for making it possible to have spaces in the MHMAKECONF environment ↵marha2009-09-181-18/+24
| | | | variable.
* Escaping of the $ sign by doubling it was not always done correctly.marha2009-08-041-13/+9
|
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-291-0/+1086