Renesas H8/36079 用户手册

下载
页码 20
 
Chapter 3.  Tutorial Project Workspace 
The workspace includes all of the files for two build configurations. The tutorial code is common to both the Debug and the Release build 
configurations. The tutorial is designed to show how code can be written, debugged then downloaded in a ‘Release’ situation. 
The build configuration menu in High-performance Embedded Workshop (HEW) allows the project to be configured such that certain 
files may be excluded from each of the build configurations. This allows the inclusion of the debug monitor within the Debug build, and 
its exclusion in the Release build. Contents of common C files are controlled with defines set up in the build configuration options and 
#ifdef statements within the same files.   
Maintaining only one set of project files means that projects are more controllable.