Changeset 29 for trunk/Start.pas


Ignore:
Timestamp:
Jan 8, 2017, 10:20:03 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Use DirectorySeparator in directory path for platform independence.
  • Fixed: Some warining about incorrect pointer arithmetic.
  • Added: Support for multi-platform AI library name and location.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1111lib
        1212heaptrclog.trc
         13c-evo
  • trunk/Start.pas

    r28 r29  
    199199    for I := 0 to nPlOffered - 1 do
    200200    begin
    201       if i = 0 then
    202         s := ':StdIntf'
    203       else
    204         s := 'StdAI';
     201      if i = 0 then s := ':StdIntf'
     202        else s := 'StdAI';
    205203      WriteString('Control' + IntToStr(i), s);
    206204      WriteInteger('Diff' + IntToStr(i), 2);
Note: See TracChangeset for help on using the changeset viewer.