initial commit
[rofl0r-KOL.git] / openPass / OpenPass.dpr
blobeffecce2fa4f910aad9d0ba81c6a3af66135207f
1 { KOL MCK } // Do not remove this line!\r
2 program OpenPass;\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 OpenPass_0.inc} {$ELSE}\r
14   Application.Initialize;\r
15   Application.CreateForm(TForm1, Form1);\r
16   Application.Run;\r
18 {$ENDIF}\r
20 end.\r