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 / CONFIRM.INF next >
Text File  |  1998-06-18  |  595b  |  27 lines

  1. $$IF(HELLO)
  2. + Simple Win32 console application.
  3. + Prints "Hello, World!" to the console and then exits.
  4.  
  5. Main: $$root$$.cpp 
  6. Precompiled Header: Stdafx.h and Stdafx.cpp
  7.  
  8. $$ELIF(EMPTY)
  9. + Empty console application.
  10. + No files will be created or added to the project.
  11.  
  12. $$ELIF(SIMPLE)
  13. + Simple Win32 Console application. 
  14.  
  15. Main: $$root$$.cpp
  16. Precompiled Header: Stdafx.h and Stdafx.cpp
  17.  
  18. $$ELIF(MFC)
  19. + Win32 Console application with MFC support. 
  20.  
  21. Main: $$root$$.cpp and $$root$$.h
  22. Precompiled Header: Stdafx.h and Stdafx.cpp
  23. Resources: Resource.h and $$root$$.rc
  24.  
  25.  
  26. $$ENDIF
  27.