home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / customwz / template / newnwprj.inf < prev    next >
Text File  |  1998-03-05  |  1KB  |  30 lines

  1. $$// This will become the custom AppWizard's generated newproj.inf.
  2. $$$$// newproj.inf = template for list of template files
  3. $$$$//  format is 'sourceResName' \t 'destFileName'
  4. $$$$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  5. $$$$//       '=' => the resource is binary
  6. $$$$//       '-' => the file should not be added to the project (all files are added to the project by default)
  7. $$$$//       '!' => the file should be marked exclude from build
  8. $$$$//       '?' => the file should be treated as a help file
  9. $$$$//       ':' => the file should be treated as a resource
  10. $$$$//       '#' => the file should be treated as a template (implies '!')
  11. $$$$//       '*' => bypass the custom AppWizard's resources when loading
  12. $$$$//    if name starts with / => create new subdir
  13.  
  14.  
  15. $$IF(CUSTOMTYPE_ZAP)
  16. $$IF(ZAP_FULL_PATH)
  17.  
  18. $$// This macro expands into the names of the directories the
  19. $$//  generated custom AppWizard must create when it's generating
  20. $$//  a project
  21. $$GENERATED_NEWPROJ_INF_DIRS$$
  22.  
  23. $$// This macro expands into the names of the files that were zapped into
  24. $$//  templates and their destination names for when the generated custom
  25. $$//  AppWizard is run.
  26. $$GENERATED_NEWPROJ_INF_FILES$$
  27.  
  28. $$ENDIF //ZAP_FULL_PATH
  29. $$ENDIF //CUSTOMTYPE_ZAP
  30.