Ignore:
Timestamp:
Feb 13, 2012, 10:06:52 AM (12 years ago)
Author:
chronos
Message:
  • Modified: Default compilers path.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/UCompilerDelphi.pas

    r25 r26  
    2727  SourceExtension := '.pas';
    2828  CompiledExtension := '.exe';
     29  {$IFDEF Windows}
     30  CompilerPath := 'c:\Program Files\Embarcadero\RAD Studio\9.0\bin\DCC32.EXE';
     31  {$ENDIF}
    2932end;
    3033
Note: See TracChangeset for help on using the changeset viewer.