Explorar o código

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

git-svn-id: branches/jvmbackend@19152 -
Jonas Maebe %!s(int64=14) %!d(string=hai) anos
pai
achega
6cb32de339
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

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