Ignore:
Timestamp:
Feb 2, 2011, 2:14:37 PM (13 years ago)
Author:
chronos
Message:
  • Added: Not finished updating of sources from web.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11lib
        22FreePascalManager.exe
         3SourceList.xml
         4Config.xml
  • trunk/FreePascalManager.lpr

    r2 r3  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UMainForm, UOptions, UInstance, USource
     10  Forms, UMainForm, UOptions, UInstance, USource, synapse
    1111  { you can add units after this };
    1212
     
    1515begin
    1616  Application.Initialize;
    17   Application.CreateForm(TForm1, Form1);
     17  Application.CreateForm(TMainForm, MainForm);
    1818  Application.CreateForm(TOptionsForm, OptionsForm);
    1919  Application.Run;
Note: See TracChangeset for help on using the changeset viewer.