initial commit
[rofl0r-KOL.git] / units / col / UDialer.dpr
blobee6683e6595378f8d1c05db1d8d9c994faf1d4d7
1 { KOL MCK } // Do not remove this line!\r
2 program UDialer;\r
3 \r
4 uses\r
5 KOL,\r
6   Main in 'Main.pas' {MainForm},\r
7   Options in 'Options.pas' {OptionsForm},\r
8   COL in '..\..\DCU\COL.pas';\r
9 \r
10 //{$R *.res}\r
12 begin // PROGRAM START HERE -- Please do not remove this comment\r
14 {$IFDEF KOL_MCK} {$I UDialer_0.inc} {$ELSE}\r
16   Application.Initialize;\r
17   Application.CreateForm(TMainForm, MainForm);\r
18   Application.CreateForm(TOptionsForm, OptionsForm);\r
19   Application.Run;\r
21 {$ENDIF}\r
23 end.\r