Delphi XE3 compiler cannot found Raize dcu files although the path is defined in Tools/Options/Delphi Options/Library/Library path! Checking the command line, there is only one path found in the -I option. All other Library paths are missing.
Current command line -I option:
"c:\program files\embarcadero\rad studio\10.0\lib\Win32\Debug"
Expected command line -I option:
"c:\program files\embarcadero\rad studio\10.0\Lib";
"c:\program files\embarcadero\rad studio\10.0\Imports";"
"c:\program files\embarcadero\rad studio\10.0\include";
"C:\Users\Public\Documents\Embarcadero\rad studio\10.0\Dcp";
"C:\Users\Public\Documents\Embarcadero\rad studio\10.0\Bpl;"
"C:\Program Files\embarcadero\rad studio\10.0\bin";
"c:\program files\embarcadero\rad studio\10.0\Lib\win32\release";
"c:\program files\embarcadero\rad studio\10.0\Lib\win32\debug";
"C:\Program Files\Raize\RC6\Lib\RS-XE3\Win32";
Why the other pathes are ignored?