Sfoglia il codice sorgente

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

git-svn-id: branches/jvmbackend@19152 -
Jonas Maebe 14 anni fa
parent
commit
6cb32de339
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;