home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / ide / vjappwiz.awx / TEMPLATE / NEWPROJ.INF < prev   
Encoding:
Text File  |  1996-07-12  |  1.2 KB  |  38 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 be added to the project
  6. $$//       '*' => bypass the custom AppWizard's resources when loading
  7. $$//    if name starts with / => create new subdir
  8. +Applet.jva    $$AppName$$.java
  9. $$IF(StandAlone)
  10. +Frame.jva    $$AppName$$Frame.java
  11. $$ENDIF(StandAlone)
  12. $$IF(HTMLFile)
  13. +Applet.htm    $$AppName$$.html
  14. $$ENDIF(HTMLFile)
  15. $$IF(Animation)
  16. /images
  17. +=img0001.gif    images/img0001.gif
  18. +=img0002.gif    images/img0002.gif
  19. +=img0003.gif    images/img0003.gif
  20. +=img0004.gif    images/img0004.gif
  21. +=img0005.gif    images/img0005.gif
  22. +=img0006.gif    images/img0006.gif
  23. +=img0007.gif    images/img0007.gif
  24. +=img0008.gif    images/img0008.gif
  25. +=img0009.gif    images/img0009.gif
  26. +=img0010.gif    images/img0010.gif
  27. +=img0011.gif    images/img0011.gif
  28. +=img0012.gif    images/img0012.gif
  29. +=img0013.gif    images/img0013.gif
  30. +=img0014.gif    images/img0014.gif
  31. +=img0015.gif    images/img0015.gif
  32. +=img0016.gif    images/img0016.gif
  33. +=img0017.gif    images/img0017.gif
  34. +=img0018.gif    images/img0018.gif
  35. $$ENDIF
  36.  
  37.  
  38.