aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate the manifest file at run-time (taking the latest version of the ↵marha2009-08-061-0/+49
| | | | | | | runtime installed) Installer: used the latest version of the run-time installed.
* 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
| | | | | | | | | - 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 cleantree to remove all unversioned files from a source tree (this is ↵marha2009-07-291-0/+66
| | | | a completely clean)
* mhmake now compiles.marha2009-07-297-30/+688
|
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-2944-0/+21979