home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
visualj
/
vjtrial.exe
/
RCDATA
/
CABINET
/
vjappwiz.awx
/
TEMPLATE
/
NEWPROJ.INF
< prev
Wrap
Text File
|
1997-01-28
|
2KB
|
47 lines
$$// 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 as a source file
$$// '-' => the file should not be added to the project
$$// '!' => the file should be marked exclude from build
$$// '?' => the file should be treated as a help file
$$// ':' => the file should be treated as a resource
$$// '#' => the file should be treated as a template (implies '!')
$$// '*' => 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