aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure that mhmake and mhmake_dbg are using the same autodep filename in c...marha2010-09-052-3/+6
* Solved possible build error when having rules with multiple targetsmarha2010-09-032-2/+12
* Autodep optimisationmarha2010-09-024-34/+49
* Solved linux problemsmarha2010-09-012-1/+6
* Make it possible to use more complicated expressions in if statementsmarha2010-09-015-13/+169
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-047-3/+58
* Solved crash when compiled with VS2010marha2010-07-094-8/+17
* Previous VS2010 fix was not correct. marha2010-04-301-1/+1
* Make sure you are not using a subscript out of the string.marha2010-04-301-1/+1
* svn merge -c505 ^/branches/released .marha2010-03-224-2/+19
* Solved problem with $(@:%blabla=%) when there are spaces in the filenamemarha2010-03-162-2/+10
* Solved problem of some tabs that were not parsed as white spacemarha2010-02-282-10/+10
* Solved problem when path environment variable was larger then 1024 bytesmarha2010-02-253-6/+6
* Solved reentrancy problemmarha2010-02-223-14/+23
* Linux compilation is ok again.marha2010-02-199-114/+280
* Added copyrightmarha2010-02-182-0/+40
* Bumped versionmarha2010-02-181-1/+1
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-1816-485/+830
* linux: solved problem running svn info when the mhmakeconf points to a symbol...marha2010-02-153-1/+18
* Allos the | character in define values.marha2010-01-142-4/+4
* Added 64-bit compilationmarha2009-12-1014-103/+93
* Implemented which function.marha2009-11-235-3/+13
* 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
* Avoid unnecessary re-compilations when environment variables are changed in m...marha2009-11-105-52/+61
* - Solved problem in generated error string when build-command failed.1.7.99.1marha2009-11-034-5/+5
* Solved crash when svn command is not found.marha2009-10-172-2/+2
* Optimised auto dependency generationmarha2009-10-0214-129/+152
* Removed useless code.marha2009-10-011-4/+0
* Changes for making it possible to have spaces in the MHMAKECONF environment v...marha2009-09-1810-168/+218
* 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-046-78/+112
* mhmake now compiles.marha2009-07-292-6/+0
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-2925-0/+10805