Changes between Version 25 and Version 26 of BuildSystem
- Timestamp:
- Apr 24, 2011, 2:04:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v25 v26 152 152 just write the minimal application related configuration yourself. See below. 153 153 154 Have a look to [source: trunk/mutekh/examples/hello] for examples of working build configuration files.154 Have a look to [source:hg/examples/hello] for examples of working build configuration files. 155 155 156 156 The [http://www.mutekh.org/www/mutekh_api/ MutekH API reference manual] describes all available configuration tokens. … … 182 182 Basic configuration is really simple. Complex applications or multiple target architectures require 183 183 maintaining multiple configuration files which can be difficult and annoying. 184 The directives presented here are used to make things easier. They are mainly used in common build configuration files found in [source: trunk/mutekh/examples/build].184 The directives presented here are used to make things easier. They are mainly used in common build configuration files found in [source:hg/examples/build]. 185 185 186 186 Sectioning directives are useful to consider a set of configuration definitions depending on the `BUILD` variable of `make` invocation: