Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimised auto dependency generation | marha | 2009-10-02 | 14 | -129/+152 |
| | | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions. | ||||
* | Removed useless code. | marha | 2009-10-01 | 1 | -4/+0 |
| | |||||
* | Now mhmake can be compiled with mhmake | marha | 2009-09-20 | 1 | -16/+4 |
| | |||||
* | Changes for making it possible to have spaces in the MHMAKECONF environment ↵ | marha | 2009-09-18 | 10 | -168/+218 |
| | | | | variable. | ||||
* | Added plink tool (version without console, except if output is generated) | marha | 2009-08-07 | 65 | -0/+39363 |
| | | | | | Added possibility to build console application or windows application in makefile.after | ||||
* | Generate the manifest file at run-time (taking the latest version of the ↵ | marha | 2009-08-06 | 1 | -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. | marha | 2009-08-04 | 4 | -23/+19 |
| | |||||
* | - Made copy command recursive when copying a directory. | marha | 2009-08-04 | 7 | -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 ↵ | marha | 2009-07-29 | 1 | -0/+66 |
| | | | | a completely clean) | ||||
* | mhmake now compiles. | marha | 2009-07-29 | 7 | -30/+688 |
| | |||||
* | Added mhmake GNU make compatible (with extensions) make utility. | marha | 2009-07-29 | 44 | -0/+21979 |