home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / VC_4x_Wizard / cfxwiz.awx / TEMPLATE / NEWPROJ.INF < prev    next >
Encoding:
Text File  |  1999-04-12  |  693 b   |  28 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '+', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '+' => the file should be added to the project
  6. $$//       '*' => bypass the custom AppWizard's resources when loading
  7. $$//    if name starts with / => create new subdir
  8.  
  9.  
  10.  
  11. /res
  12.  
  13.  
  14. README.TXT    ReadMe.txt
  15. +REQUEST.CPP    Request.cpp
  16. ROOT.RC2    res\$$root$$.rc2
  17. RESOURCE.H    Resource.h
  18. +STDAFX.CPP    StdAfx.cpp
  19. STDAFX.H    StdAfx.h
  20. ROOT.CLW    $$root$$.clw
  21. +ROOT.CPP    $$root$$.cpp
  22. +ROOT.DEF    $$root$$.def
  23. ROOT.H    $$root$$.h
  24. +ROOT.RC    $$root$$.rc
  25.  
  26.  
  27.  
  28.