home *** CD-ROM | disk | FTP | other *** search
- product = Microsoft Compiler 6.0
- command = (compiler) (cp) (cpp) (cpo) (d) (g) (nologo) (nowarn) (o) (ref) (verbose) (w) (wx) (x) (other)
-
- error = "\F(\L,\#) : error"
- warning = "\F(\L,\#) : warning"
-
- file compiler "Compiler itself"
- {
- value = "?"
- ext = "exe"
- validate = notnull
- default = "JVC.exe"
- }
-
- path cp "Class path"
- {
- value = "/cp ?"
- }
-
- path cpp "Prepend to class path"
- {
- value = "/cp:p ?"
- }
-
- boolean cpo "Print class path"
- {
- value = false
- value = true "/cp:o"
- }
-
- destdir d "Destination dir"
- {
- value = "/d ?"
- }
-
- list g "Generate debug info"
- {
- value = "None"
- value = "Full" "/g"
- value = "Line numbers" "/g:l"
- value = "Debug tables" "/g:t"
- }
-
- boolean nologo "No logo"
- {
- value = false
- value = true "/nologo"
- default = true
- }
-
- boolean nowarn "No warnings"
- {
- value = false
- value = true "/nowarn"
- }
-
- list o "Optimization"
- {
- value = "None"
- value = "Full" "/O"
- value = "By inlining" "/O:I"
- value = "Bytecode jumps" "/O:J"
- }
-
- boolean ref "Recompile referenced classes"
- {
- value = false "/ref-"
- value = true "/ref"
- default = true
- }
-
- boolean verbose "Verbose output"
- {
- value = false
- value = true "/verbose"
- }
-
- list w "Warning level"
- {
- value = "Level 0" "/w0"
- value = "Level 1" "/w1"
- value = "Level 2"
- value = "Level 3" "/w3"
- value = "Level 4" "/w4"
- default = 2
- }
-
- boolean wx "Warnings as errors"
- {
- value = false
- value = true "/wx"
- }
-
- boolean x "Enable extensions"
- {
- value = false
- value = true "/x-"
- }
-
- string other "Other options"
- {
- value = "?"
- }
-