summaryrefslogtreecommitdiffstats
path: root/Modules/UseEcos.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: now also the "ecosclean" target works with MS nmakeAlexander Neundorf2007-02-071-5/+4
| | | | Alex
* BUG: reent.c wasn't intended to be committed, too specialAlexander Neundorf2007-01-231-2/+1
| | | | Alex
* STYLE: use even more absolute paths, can't hurt for out-of-source buildsAlexander Neundorf2007-01-231-40/+34
| | | | | | | | | STYLE: use SET_SOURCE_FILES_PROPERTIES() on multiple files at once instead of interating over each one of them STYLE: no need to add target.ld to the clean-files, this is done now automatically by add_custom_command() ENH: now also MS nmake can be used to build ecos apps Alex
* ENH: the ecos headers are always in the binary dirAlexander Neundorf2007-01-171-1/+1
| | | | Alex
* ENH: building ecos apps now seems to work also out-of-sourceAlexander Neundorf2007-01-171-11/+16
| | | | Alex
* BUG: also check that tclsh is available, otherwise you can't build any eCosAlexander Neundorf2007-01-171-6/+18
| | | | | | | | stuff ENH: make the name of the config file ecos.ecc adjustable via the new variable ECOS_CONFIG_FILE Alex
* ENH: add i386 toolchain and some minor improvement of the commentsAlexander Neundorf2006-08-231-2/+20
|
* STYLE: don't use the hack to copy and rename the created executable underAlexander Neundorf2006-08-221-13/+7
| | | | | | | cygwin but instead use the SUFFIX target property (I'll publish a short article about ecos+cmake RSN) Alex
* BUG: finally really fix #2576 by adding UseEcos.cmake to cvs :-)Alexander Neundorf2006-04-231-0/+202
Alex