home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / vjappwiz.awx / TEMPLATE / NEWPROJ.INF < prev   
Text File  |  1997-01-28  |  2KB  |  47 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 as a source file
  6. $$//       '-' => the file should not be added to the project
  7. $$//       '!' => the file should be marked exclude from build
  8. $$//       '?' => the file should be treated as a help file
  9. $$//       ':' => the file should be treated as a resource
  10. $$//       '#' => the file should be treated as a template (implies '!')
  11. $$//       '*' => bypass the custom AppWizard's resources when loading
  12. $$//    if name starts with / => create new subdir
  13.  
  14. +Applet.jva    $$AppName$$.java
  15.  
  16. $$IF(StandAlone)
  17. +Frame.jva    $$AppName$$Frame.java
  18. $$ENDIF(StandAlone)
  19.  
  20. $$IF(HTMLFile)
  21. +Applet.htm    $$AppName$$.html
  22. $$ENDIF(HTMLFile)
  23.  
  24. $$IF(Animation)
  25. /images
  26. =:img0001.gif    images/img0001.gif
  27. =:img0002.gif    images/img0002.gif
  28. =:img0003.gif    images/img0003.gif
  29. =:img0004.gif    images/img0004.gif
  30. =:img0005.gif    images/img0005.gif
  31. =:img0006.gif    images/img0006.gif
  32. =:img0007.gif    images/img0007.gif
  33. =:img0008.gif    images/img0008.gif
  34. =:img0009.gif    images/img0009.gif
  35. =:img0010.gif    images/img0010.gif
  36. =:img0011.gif    images/img0011.gif
  37. =:img0012.gif    images/img0012.gif
  38. =:img0013.gif    images/img0013.gif
  39. =:img0014.gif    images/img0014.gif
  40. =:img0015.gif    images/img0015.gif
  41. =:img0016.gif    images/img0016.gif
  42. =:img0017.gif    images/img0017.gif
  43. =:img0018.gif    images/img0018.gif
  44. $$ENDIF
  45.  
  46.  
  47.