home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / conwz.awx / TEMPLATE / NEWPROJ.INF < prev    next >
Text File  |  1998-06-18  |  1KB  |  36 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 not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12.  
  13.  
  14. $$IF(HELLO)
  15. STDAFX.H    StdAfx.h
  16. STDAFX.CPP    StdAfx.cpp
  17. ROOT.CPP    $$root$$.cpp
  18. README.TXT    ReadMe.txt
  19. $$ELIF(SIMPLE)
  20. STDAFX.H    StdAfx.h
  21. STDAFX.CPP    StdAfx.cpp
  22. ROOT.CPP    $$root$$.cpp
  23. README.TXT    ReadMe.txt
  24. $$ELIF(MFC)
  25. STDAFX.H    StdAfx.h
  26. STDAFX.CPP    StdAfx.cpp
  27. ROOT.CPP    $$root$$.cpp
  28. README.TXT    ReadMe.txt
  29. RESOURCE.H    Resource.h
  30. ROOT.RC    $$root$$.rc
  31. ROOT.H    $$root$$.h
  32. -ROOT.CLW    $$root$$.clw
  33. $$ENDIF
  34.  
  35.  
  36.