initial commit
[rofl0r-KOL.git] / units / http / http_demo / KOLapp.dpr
blob96045ed9bfcb2617474b8226d0b4c05ee195208a
1 { KOL MCK } // Do not remove this line!\r
2 program KOLapp;\r
3 \r
4 uses\r
5 KOL,\r
6   KOLForm in 'KOLForm.pas' {Form1};\r
7 \r
8 //{$R *.res}\r
9 \r
10 begin // PROGRAM START HERE -- Please do not remove this comment\r
12 {$IFDEF KOL_MCK} {$I KOLapp_0.inc} {$ELSE}\r
14   Application.Initialize;\r
15   Application.CreateForm(TForm1, Form1);\r
16   Application.Run;\r
18 {$ENDIF}\r
20 end.\r