home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / TemaCD / tcvpa / data1.cab / MyFileGroup / BIN / Borland11.JC next >
Text File  |  1999-06-03  |  5KB  |  197 lines

  1. product = Borland Compiler 1.1
  2. command = (compiler) (classpath) (d) (encoding) (g) (nowarn) (obfuscate) (quiet) (verbose)
  3.  
  4. error   = "\F:\L: error"
  5. warning = "\F:\L: warning"
  6.  
  7. file compiler "Compiler itself"
  8. {
  9.     value    = "?"
  10.     ext      = "Executable files" "*.exe"
  11.     validate = notnull
  12.     default  = "BCJ.exe"
  13.     help = "Borland Compiler for Java (bcj) compiles Java source code into Java bytecodes\n"
  14.     help = "from the command line. bcj produces the Java program in the  form of .class files\n"
  15.     help = "containing bytecodes that are the machine code for the Java virtual machine.\n"
  16.     help = "Compiling a source file produces a separate .class file for each class declaration\n"
  17.     help = "or interface declaration. When you run the resulting Java program on a particular\n"
  18.     help = "platform such as Windows NT, the Java interpreter for that platform runs the\n"
  19.     help = "bytecodes contained in the .class files. \n"
  20.     help = "\n"
  21.     help = "bcj compiles the selected .java file and any of its imported files that do not have\n"
  22.     help = ".class files. bcj compiles the specified .java file, whether or not its .class file is\n"
  23.     help = "outdated. (An outdated .class file is one that was not generated by compiling the\n"
  24.     help = "current version of its .java source file.) bcj  also compiles any directly imported .java\n"
  25.     help = "files that do not have .class files. Imported .java files that already have .class files\n"
  26.     help = "will not be recompiled, even if their .class files are outdated; after using the Compile\n"
  27.     help = "command, some imported classes might still have outdated .class files."
  28. }
  29.  
  30. clspath classpath "Class path"
  31. {
  32.     value = "-classpath ?"
  33.     help = "The path used to find classes. Overrides the default or the CLASSPATH\n"
  34.     help = "environment variable. Directories are separated by semicolons. It is often\n"
  35.     help = "useful for the directory containing the source files to be on the class path.\n"
  36.     help = "You should always include the system classes at the end of the path.\n"
  37.     help = "\n"
  38.     help = "For example:\n"
  39.     help = "    bcj -classpath c:\\mydir;c:\\jbuilder\\myclasses foo.java\n"
  40.     help = "\n"
  41.     help = "If no CLASSPATH is defined, the default classpath is:\n"
  42.     help = "    %JAVAHOME%\\classes;%JAVAHOME%\\lib\\classes.zip\n"
  43.     help = "\n"
  44.     help = "If JAVAHOME is not defined, the default classpath is:\n"
  45.     help = "    \\java\\classes;\\java\\lib\\classes.zip"
  46. }
  47.  
  48. destdir d "Destination dir"
  49. {
  50.     value = "-d ?"
  51. }
  52.  
  53. slist encoding "Encoding"
  54. {
  55.     item = "ASCII"
  56.     item = "ISO8859_1"
  57.     item = "ISO8859_2"
  58.     item = "ISO8859_3"
  59.     item = "ISO8859_4"
  60.     item = "ISO8859_5"
  61.     item = "ISO8859_6"
  62.     item = "ISO8859_7"
  63.     item = "ISO8859_8"
  64.     item = "ISO8859_9"
  65.     item = "Big5"
  66.     item = "Cp037"
  67.     item = "Cp1006"
  68.     item = "Cp1025"
  69.     item = "Cp1026"
  70.     item = "Cp1046"
  71.     item = "Cp1097"
  72.     item = "Cp1098"
  73.     item = "Cp1112"
  74.     item = "Cp1122"
  75.     item = "Cp1123"
  76.     item = "Cp1124"
  77.     item = "Cp1250"
  78.     item = "Cp1251"
  79.     item = "Cp1252"
  80.     item = "Cp1253"
  81.     item = "Cp1254"
  82.     item = "Cp1255"
  83.     item = "Cp1256"
  84.     item = "Cp1257"
  85.     item = "Cp1258"
  86.     item = "Cp1381"
  87.     item = "Cp1383"
  88.     item = "Cp273"
  89.     item = "Cp277"
  90.     item = "Cp278"
  91.     item = "Cp280"
  92.     item = "Cp284"
  93.     item = "Cp285"
  94.     item = "Cp297"
  95.     item = "Cp33722"
  96.     item = "Cp420"
  97.     item = "Cp424"
  98.     item = "Cp437"
  99.     item = "Cp500"
  100.     item = "Cp737"
  101.     item = "Cp775"
  102.     item = "Cp838"
  103.     item = "Cp850"
  104.     item = "Cp852"
  105.     item = "Cp855"
  106.     item = "Cp857"
  107.     item = "Cp860"
  108.     item = "Cp861"
  109.     item = "Cp862"
  110.     item = "Cp863"
  111.     item = "Cp864"
  112.     item = "Cp865"
  113.     item = "Cp866"
  114.     item = "Cp868"
  115.     item = "Cp869"
  116.     item = "Cp870"
  117.     item = "Cp871"
  118.     item = "Cp874"
  119.     item = "Cp875"
  120.     item = "Cp918"
  121.     item = "Cp921"
  122.     item = "Cp922"
  123.     item = "Cp930"
  124.     item = "Cp933"
  125.     item = "Cp935"
  126.     item = "Cp937"
  127.     item = "Cp939"
  128.     item = "Cp942"
  129.     item = "Cp948"
  130.     item = "Cp949"
  131.     item = "Cp950"
  132.     item = "Cp964"
  133.     item = "Cp970"
  134.     item = "EUC_CN"
  135.     item = "EUC_JP"
  136.     item = "EUC_KR"
  137.     item = "EUC_TW"
  138.     item = "GBK"
  139.     item = "ISO2022CN"
  140.     item = "ISO2022CN_CNS"
  141.     item = "ISO2022CN_GB"
  142.     item = "ISO2022JP"
  143.     item = "ISO2022KR"
  144.     item = "JIS0201"
  145.     item = "JIS0208"
  146.     item = "JIS0212"
  147.     item = "KOI8_R"
  148.     item = "MS874"
  149.     item = "MacArabic"
  150.     item = "MacCentralEurope"
  151.     item = "MacCroatian"
  152.     item = "MacCyrillic"
  153.     item = "MacDingbat"
  154.     item = "MacGreek"
  155.     item = "MacHebrew"
  156.     item = "MacIceland"
  157.     item = "MacRoman"
  158.     item = "MacRomania"
  159.     item = "MacSymbol"
  160.     item = "MacThai"
  161.     item = "MacTurkish"
  162.     item = "MacUkraine"
  163.     item = "SJIS"
  164.     item = "UTF8"
  165.     value = "-encoding ?"
  166. }
  167.  
  168. boolean g "Generate debug info"
  169. {
  170.     value = false
  171.     value = true "-g"
  172. }
  173.  
  174. boolean nowarn "No warnings"
  175. {
  176.     value = false
  177.     value = true "-nowarn"
  178. }
  179.  
  180. boolean obfuscate "Obfuscation"
  181. {
  182.     value = false
  183.     value = true "-obfuscate"
  184. }
  185.  
  186. boolean quiet "Quiet"
  187. {
  188.     value = false
  189.     value = true "-quiet"
  190. }
  191.  
  192. boolean verbose "Verbose output"
  193. {
  194.     value = false
  195.     value = true "-verbose"
  196. }
  197.