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.
User Part of a PWB Makefile
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     A PWB makefile has two parts. The first part contains all macro
     definitions and description blocks PWB generates. If you change
     something in this part of the file, PWB may no longer recognize it
     as a PWB makefile.
 
     The second part of the makefile, separated from the first part by
     a special comment, can include any additional instructions you
     find necessary. You can add any information normally found in an
     NMAKE description file. PWB will not modify anything after the
     separator.
 
     To separate the PWB and "user" parts of the makefile, insert the
     following comment line at the end of the file PWB created:
 
          # << User_supplied_information >>
 
     The comment must begin in the first column and appear exactly as
     shown.
 
     To copy this line to the clipboard, choose the following button:
     Copy Separator
 
     NOTE: You cannot edit a PWB makefile if it is the current project
           makefile. Choose Close Project from the Project menu before
           editing a PWB makefile.
 
     See
 
     NMAKE Contents (in NMAKE Help)
                                    -♦-