Forráskód Böngészése

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

git-svn-id: branches/jvmbackend@19152 -
Jonas Maebe 14 éve
szülő
commit
6cb32de339
1 módosított fájl, 3 hozzáadás és 0 törlés
  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;