This Resources file contains:
    
    1) !RunImage - the current version of the Dr Wimp !MyApp !RunImage
file BUT WITH THE FIRST FIVE LINES REMOVED. i.e. starting with:
        
        100   
        200 ON ERROR PROCwimp_error .......... etc.
        
        -- after renumbering (see below)

 

  When first 5 lines have been deleted:
      
      a) Change DEF FNuser_menu to:
          return%=0
          =return%
          
      b) RENUMBER !RunImage to start from 100 with 100 increment.
  
      c) check that 'insert' lines are still valid - in !Run file.
  
  
    2) DrWimp - the current version of the DrWimp library.
    
    3) !Sprites
    4) !Sprites22
    
    5) StdTemps (templates file containing just the standard info and
                                                          save windows.)
                DON'T CHANGE NAME!
    

To update !Fabricate for a new Dr Wimp Version all that normally needs
to be done is to change 1) and 2) to the new matching pair - and then modify !RunImage as described above.

Also, modify 'Default' and 'LastOK' files in UserFiles to show new DrWimp version - in second line.


EOF260