Changeset 679 for trunk/Brain.pas


Ignore:
Timestamp:
Jul 26, 2025, 4:44:43 PM (18 hours ago)
Author:
chronos
Message:
  • Modified: Generate only single Windows installer with support for both 32-bit and 64-bit Windows.
  • Modified: If C-evo installed on Windows as 64-bit, then optionally install also 32-bit C-evo with 32-bit AIs.
  • Modified: Load additional AIs on Windows only if executed with 32-bit process.
  • Added: Package Music files with option to not install them.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Brain.pas

    r648 r679  
    106106  FileName := ExtractFileNameOnly(ExtractFileNameOnly(AIFileName));
    107107  Name := FileName;
    108   DLLName := BasePath + DirectorySeparator + Name + '.dll';
     108  DLLName := '';
    109109  Credits := '';
    110110  Flags := fMultiple;
Note: See TracChangeset for help on using the changeset viewer.