Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Save Custom Project Template
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Save Custom Project Template
 
     Choose Save Custom Project Template to save the current set of
     compiler options, utility options, and customized build rules (if
     any) as a new custom project template.
 
     The Save Custom Project Template dialog box contains only the
     Description text box where you enter the name of the new template.
 
     When you choose OK, PWB adds the new template to the end of your
     TOOLS.INI file as a tagged section that contains the set of Build
     switches that make up the template. The new section begins with a
     tag of the form:
 
          [pwb-Build Options for <language>:<description>]
 
     where <language> is the current run-time support (which may be
     'None') and <description> is the name you specified for the
     template.
 
     For example, if you want to start with a compiler warning level
     higher than is provided by the default templates, follow these
     steps:
 
       1. Set the appropriate template for the run-time support and type
          of project you want to build.
 
       2. Change the warning level by using the Language Options
          command for your compiler.
 
       3. Choose Save Custom Project Template to define the new
          template.
 
     See
 
     About Projects
     Introduction to Custom Project Templates
     What is a Project Template?
                                    -♦-