Changes between Version 4 and Version 5 of doc/tec/eclipse
- Timestamp:
- Jul 11, 2012 1:01:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/eclipse
v4 v5 10 10 The user can either provide his own makefile, which must be placed in the base directory of the project, or can define an external command to compile the code (which replaces the simple unix make-mechanism).\\\\ 11 11 12 For PALM projects the second mechanism should be used with '''mbuild''' replacing the simple make (see below).\\\\ 12 For PALM projects the second mechanism should be used with '''mbuild''' replacing the simple make (see below). 13 \\\\\\ 13 14 14 15 === Generating and configuring a workspace with user-define build === … … 61 62 {{{ 62 63 svn status trunk/* 63 }}} 64 64 }}} 65 \\\\ 65 66 66 67 === Using mrun with eclipse ===