Using default.bld

When you start creating your project hierarchy, the Builder automatically puts default.bld at the top of the hierarchy. Since your entire project inherits from default.bld, you can use default.bld to set global options that will be used as the default throughout your project.

You can create your own top-level *.bld files directly below default.bld in the hierarchy if you are uncomfortable with using default.bld at the top of your hierarchy. You can then load one of your own *.bld files when you start the Builder. Your project will still inherit from default.bld behind the scenes, but if you never load default.bld, the relationship will be transparent.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.