瀏覽代碼

+ support for help screen lines prefixed by 'J' to mark them as JVM-specific

git-svn-id: branches/jvmbackend@19152 -
Jonas Maebe 14 年之前
父節點
當前提交
6cb32de339
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

@@ -369,6 +369,9 @@ begin
 {$endif}
 {$endif}
 {$ifdef avr}
 {$ifdef avr}
       'V',
       'V',
+{$endif}
+{$ifdef jvm}
+      'J',
 {$endif}
 {$endif}
       '*' : show:=true;
       '*' : show:=true;
      end;
      end;