initial commit
[rofl0r-KOL.git] / units / webbrowser / webbrowser_demo / WebBrowser.dpr
blob6c02f896b952d95a4eb55ade5c03a1f929cbd6fa
1 { KOL MCK } // Do not remove this line!\r
2 program WebBrowser;\r
3 \r
4 uses\r
5 KOL,\r
6   Unit1 in 'Unit1.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 WebBrowser_0.inc} {$ELSE}\r
14   Application.Initialize;\r
15   Application.CreateForm(TForm1, Form1);\r
16   Application.Run;\r
18 {$ENDIF}\r
20 end.\r