Changeset 423 for trunk/UBrain.pas
- Timestamp:
- Apr 25, 2022, 6:01:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UBrain.pas
r417 r423 1 1 unit UBrain; 2 3 {$mode delphi}4 2 5 3 interface … … 126 124 DLLName := BasePath + DirectorySeparator + Value 127 125 {$ENDIF}{$ENDIF} 128 {$IFDEF LINUX}{$IFDEF CPU32}126 {$IFDEF UNIX}{$IFDEF CPU32} 129 127 else if Key = '#PATH_LINUX32' then 130 128 DLLName := BasePath + DirectorySeparator + Value 131 129 {$ENDIF}{$ENDIF} 132 {$IFDEF LINUX}{$IFDEF CPU64}130 {$IFDEF UNIX}{$IFDEF CPU64} 133 131 else if Key = '#PATH_LINUX64' then 134 132 DLLName := BasePath + DirectorySeparator + Value
Note:
See TracChangeset
for help on using the changeset viewer.