home *** CD-ROM | disk | FTP | other *** search
- $$// newproj.inf = template for list of template files
- $$// format is 'sourceResName' \t 'destFileName'
- $$// The source res name may be preceded by any combination of '=', '+', and/or '*'
- $$// '=' => the resource is binary
- $$// '+' => the file should be added to the project
- $$// '*' => bypass the custom AppWizard's resources when loading
- $$// if name starts with / => create new subdir
- +Applet.jva $$AppName$$.java
- $$IF(StandAlone)
- +Frame.jva $$AppName$$Frame.java
- $$ENDIF(StandAlone)
- $$IF(HTMLFile)
- +Applet.htm $$AppName$$.html
- $$ENDIF(HTMLFile)
- $$IF(Animation)
- /images
- +=img0001.gif images/img0001.gif
- +=img0002.gif images/img0002.gif
- +=img0003.gif images/img0003.gif
- +=img0004.gif images/img0004.gif
- +=img0005.gif images/img0005.gif
- +=img0006.gif images/img0006.gif
- +=img0007.gif images/img0007.gif
- +=img0008.gif images/img0008.gif
- +=img0009.gif images/img0009.gif
- +=img0010.gif images/img0010.gif
- +=img0011.gif images/img0011.gif
- +=img0012.gif images/img0012.gif
- +=img0013.gif images/img0013.gif
- +=img0014.gif images/img0014.gif
- +=img0015.gif images/img0015.gif
- +=img0016.gif images/img0016.gif
- +=img0017.gif images/img0017.gif
- +=img0018.gif images/img0018.gif
- $$ENDIF
-
-
-