Changeset 7 for trunk/UInstance.pas


Ignore:
Timestamp:
Feb 4, 2011, 1:16:43 PM (13 years ago)
Author:
chronos
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UInstance.pas

    r6 r7  
    7878procedure TInstance.Build;
    7979begin
    80   (*OperationProgressForm.Environment := 'path=' + MainForm.GetBinUtilsDir;
     80  OperationProgressForm.Environment := 'path=' + MainForm.GetBinUtilsDir;
    8181  OperationProgressForm.Path := GetPath + DirectorySeparator + FPCSource.ProjectShortName;
    82   OperationProgressForm.CommandLine := 'make all PP="' +
     82  OperationProgressForm.CommandLine := 'make clean all PP="' +
    8383    MainForm.GetBinUtilsDir + DirectorySeparator + 'fpc"';
    8484  OperationProgressForm.ShowModal;
     
    9090    ' PP="' + MainForm.GetBinUtilsDir + DirectorySeparator + 'fpc"';
    9191  OperationProgressForm.ShowModal;
    92   *)
    9392
    9493  if Assigned(IDESource) then begin
Note: See TracChangeset for help on using the changeset viewer.