home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / template / atl / consumer.ctl < prev    next >
Encoding:
INI File  |  1998-06-16  |  543 b   |  24 lines

  1. [!Dialog("ConsProp98")]
  2.  
  3. [!strcpy(UpperShortName, ShortName)]
  4. [!toupper(UpperShortName)]
  5.  
  6. [!AddSymbolToSymbol(TargetHeader, ProjectDirectory, HeaderName)]
  7. [!AddStringToSymbol(HeaderTemplate, GalleryPath, "consumer.h")]
  8.  
  9. [!target(TargetHeader)]
  10. [!include(HeaderTemplate)]
  11. [!target()]
  12.  
  13. [!if!(stdafx.h)]
  14. [!set(stdafx.h, "stdafx.h")]
  15. [!endif]
  16. [!if!(stdafx.cpp)]
  17. [!set(stdafx.cpp, "stdafx.cpp")]
  18. [!endif]
  19. [!set(atldbcli.h, "<atldbcli.h>")]
  20. [!AddIncludeFile(stdafx.h, atldbcli.h)]
  21.  
  22. [!AddFileToProject(TargetHeader)]
  23. [!Commit]
  24.