aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake
Commit message (Expand)AuthorAgeFilesLines
...
* Previous VS2010 fix was not correct. marha2010-04-301-1/+1
* Added visual studio 2010 project files.marha2010-04-304-2/+621
* 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-1910-116/+290
* Added copyrightmarha2010-02-182-0/+40
* Bumped versionmarha2010-02-181-1/+1
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-1819-553/+898
* 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-1015-116/+588
* Use vcbuild also on non-express versions of Visual Studio.marha2009-11-241-15/+2
* 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
* 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
* Now mhmake can be compiled with mhmakemarha2009-09-201-16/+4
* 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-047-102/+112
* mhmake now compiles.marha2009-07-297-30/+688
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-2944-0/+21979