aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/mhmakefileparser.h
Commit message (Collapse)AuthorAgeFilesLines
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-041-0/+1
|
* Solved problem when path environment variable was larger then 1024 bytesmarha2010-02-251-1/+1
|
* Linux compilation is ok again.marha2010-02-191-9/+21
|
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-43/+112
|
* Added 64-bit compilationmarha2009-12-101-6/+2
| | | | | Removed autodep optimisation.
* Implemented which function.marha2009-11-231-0/+1
|
* Solved compilation warnings in linux.marha2009-11-191-1/+1
|
* Avoid unnecessary re-compilations when environment variables are changed in ↵marha2009-11-101-0/+1
| | | | makefiles.
* Optimised auto dependency generationmarha2009-10-021-2/+7
| | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* - Made copy command recursive when copying a directory.marha2009-08-041-0/+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.marha2009-07-291-0/+279