home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / exewz.awx / TEMPLATE / CONFIRM.INF next >
Text File  |  1998-06-18  |  534b  |  21 lines

  1. $$IF(HELLO)
  2. An standard "hello world"  application will be created for you. 
  3.  
  4. Main: $$root$$.cpp
  5. Pre Compiled Header: Stdafx.h and Stdafx.cpp.
  6. Resources: $$root$$.rc, resource.h, small.ico and $$root$$.ico
  7.  
  8. $$ELIF(EMPTY)
  9. An empty application will be created for you. 
  10.  
  11. No files will be created or added to the project.
  12. $$ELIF(SIMPLE)
  13. An simple windows application will be created for you. 
  14.  
  15. This application will run and exit immediately.
  16.  
  17. Main: $$root$$.cpp
  18. Pre Compiled Header: Stdafx.h and Stdafx.cpp.
  19.  
  20. $$ENDIF
  21.