aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Solved crash when compiled with VS2010marha2010-07-094-8/+17
|
* Take VS2008 as default compilationmarha2010-05-291-4/+4
|
* Added kdevelop4 project filemarha2010-05-264-3/+79
|
* Solved mistake in makefilemarha2010-04-301-1/+1
|
* Added ignore property.marha2010-04-301-1/+0
| | | | | Project file cleanup (no functional change)
* 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 ↵marha2010-02-153-1/+18
| | | | | | | symbolic link autodep scanning: # include may contain spaces
* Allos the | character in define values.marha2010-01-142-4/+4
|
* Added 64-bit compilationmarha2009-12-1015-116/+588
| | | | | Removed autodep optimisation.
* 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
|
* More then 1 directory can now be specified on the command line.marha2009-11-231-10/+28
|
* 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 debug and release runtimes have not the same versions ↵marha2009-11-171-2/+6
| | | | installed.
* Solved problem when there are spaces in the commands to execute.marha2009-11-122-2/+2
| | | | | Fix suggested by David Lawler (djlawler@users.sourceforge.net)
* Avoid unnecessary re-compilations when environment variables are changed in ↵marha2009-11-105-52/+61
| | | | makefiles.
* Move WinMain to seperate library.marha2009-11-051-38/+0
|
* - Solved problem in generated error string when build-command failed.1.7.99.1marha2009-11-034-5/+5
| | | | | - Strip function now strips all white space (including \r and \n)
* Solved crash when svn command is not found.marha2009-10-172-2/+2
|
* Optimised auto dependency generationmarha2009-10-0214-129/+152
| | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* 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 ↵marha2009-09-1810-168/+218
| | | | variable.
* Added plink tool (version without console, except if output is generated)marha2009-08-0765-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 ↵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