NEWPROJ.INF
上传用户:helili
上传日期:2015-01-05
资源大小:34k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  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. /res
  13. ROOT.RC $$root$$.rc
  14. STDAFX.H StdAfx.h
  15. OPENGL.CPP OpenGL.cpp
  16. ROOT.CLW $$root$$.clw
  17. README.TXT ReadMe.txt
  18. ROOT.H $$root$$.h
  19. ROOT.CPP $$root$$.cpp
  20. STDAFX.CPP StdAfx.cpp
  21. :ROOT.RC2 res$$root$$.rc2
  22. =:ROOT.ICO res$$root$$.ico
  23. RESOURCE.H Resource.h
  24. OPENGL.H OpenGL.h
  25. DIALOG.H $$root$$Dlg.h
  26. DIALOG.CPP $$root$$Dlg.cpp