|
@@ -737,7 +737,7 @@ begin
|
|
C:=GetCompiler;
|
|
C:=GetCompiler;
|
|
O:=FFPmakeSrc;
|
|
O:=FFPmakeSrc;
|
|
If Extra then
|
|
If Extra then
|
|
- O:='-Fafpmakeex '+O;
|
|
|
|
|
|
+ O:='-Fafpmkext '+O;
|
|
Log(SLogCompilingFPMake+C+' '+O);
|
|
Log(SLogCompilingFPMake+C+' '+O);
|
|
If ExecuteProcess(C,O)<>0 then
|
|
If ExecuteProcess(C,O)<>0 then
|
|
Error(SErrFailedToCompileFPCMake)
|
|
Error(SErrFailedToCompileFPCMake)
|