home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / VisualProgrammingArmoury / data1.cab / MyFileGroup / BIN / Microsoft60.JC < prev    next >
Encoding:
Text File  |  1999-06-23  |  1.6 KB  |  104 lines

  1. product = Microsoft Compiler 6.0
  2. command = (compiler) (cp) (cpp) (cpo) (d) (g) (nologo) (nowarn) (o) (ref) (verbose) (w) (wx) (x) (other)
  3.  
  4. error   = "\F(\L,\#) : error"
  5. warning = "\F(\L,\#) : warning"
  6.  
  7. file compiler "Compiler itself"
  8. {
  9.     value    = "?"
  10.     ext      = "exe"
  11.     validate = notnull
  12.     default  = "JVC.exe"
  13. }
  14.  
  15. path cp "Class path"
  16. {
  17.     value = "/cp ?"
  18. }
  19.  
  20. path cpp "Prepend to class path"
  21. {
  22.     value = "/cp:p ?"
  23. }
  24.  
  25. boolean cpo "Print class path"
  26. {
  27.     value = false
  28.     value = true "/cp:o"
  29. }
  30.  
  31. destdir d "Destination dir"
  32. {
  33.     value = "/d ?"
  34. }
  35.  
  36. list g "Generate debug info"
  37. {
  38.     value = "None"
  39.     value = "Full"         "/g"
  40.     value = "Line numbers" "/g:l"
  41.     value = "Debug tables" "/g:t"
  42. }
  43.  
  44. boolean nologo "No logo"
  45. {
  46.     value = false
  47.     value = true "/nologo"
  48.     default = true
  49. }
  50.  
  51. boolean nowarn "No warnings"
  52. {
  53.     value = false
  54.     value = true "/nowarn"
  55. }
  56.  
  57. list o "Optimization"
  58. {
  59.     value = "None"
  60.     value = "Full"           "/O"
  61.     value = "By inlining"    "/O:I"
  62.     value = "Bytecode jumps" "/O:J"
  63. }
  64.  
  65. boolean ref "Recompile referenced classes"
  66. {
  67.     value   = false "/ref-"
  68.     value   = true  "/ref"
  69.     default = true
  70. }
  71.  
  72. boolean verbose "Verbose output"
  73. {
  74.     value = false
  75.     value = true "/verbose"
  76. }
  77.  
  78. list w "Warning level"
  79. {
  80.     value = "Level 0" "/w0"
  81.     value = "Level 1" "/w1"
  82.     value = "Level 2"
  83.     value = "Level 3" "/w3"
  84.     value = "Level 4" "/w4"
  85.     default = 2
  86. }
  87.  
  88. boolean wx "Warnings as errors"
  89. {
  90.     value = false
  91.     value = true  "/wx"
  92. }
  93.  
  94. boolean x "Enable extensions"
  95. {
  96.     value = false
  97.     value = true  "/x-"
  98. }
  99.  
  100. string other "Other options"
  101. {
  102.     value = "?"
  103. }
  104.