Ignore:
Timestamp:
Feb 4, 2011, 9:45:01 AM (13 years ago)
Author:
chronos
Message:
  • Modified: Source selection separated to single form.
  • Added: Starting compiler and IDE with updated paths in configuration files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FreePascalManager.lpr

    r5 r6  
    1010  Forms, UMainForm,
    1111UInstanceOptions, UInstance, USource, synapse, UOperationProgress,
    12   UMainOptions
     12  UMainOptions, USourceSelection
    1313  { you can add units after this };
    1414
     
    2121  Application.CreateForm(TOperationProgressForm, OperationProgressForm);
    2222  Application.CreateForm(TMainOptionsForm, MainOptionsForm);
     23  Application.CreateForm(TSourceSelectionForm, SourceSelectionForm);
    2324  Application.Run;
    2425end.
Note: See TracChangeset for help on using the changeset viewer.