initial commit
[rofl0r-KOL.git] / units / ioplugin / ioplugin_demo / TestIO.dpr
blob99c72b465978370a569ff27a23b0dc8577e12cf2
1 { KOL MCK } // Do not remove this line!\r
2 program TestIO;\r
3 \r
4 uses\r
5 KOL,\r
6   Unit1 in 'Unit1.pas' {Form1},\r
7   KOLIOPlug in 'KOLIOPlug.pas';\r
8 \r
9 //{$R *.res}\r
11 begin // PROGRAM START HERE -- Please do not remove this comment\r
13 {$IFDEF KOL_MCK} {$I TestIO_0.inc} {$ELSE}\r
15   Application.Initialize;\r
16   Application.CreateForm(TForm1, Form1);\r
17   Application.Run;\r
19 {$ENDIF}\r
21 end.\r