Subversion Repositories spacemission

Rev

Rev 6 | Rev 15 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 14
Line 2... Line 2...
2
 
2
 
3
{$Description 'SpaceMission 1.1'}
3
{$Description 'SpaceMission 1.1'}
4
 
4
 
5
uses
5
uses
6
  Windows,
6
  Windows,
-
 
7
  {$IF CompilerVersion >= 23.0}System.UITypes,{$IFEND}
7
  Forms,
8
  Forms,
8
  Dialogs,
9
  Dialogs,
9
  SysUtils,
10
  SysUtils,
10
  MMSystem,
11
  MMSystem,
11
  GamMain in 'GamMain.pas' {MainForm},
12
  GamMain in 'GamMain.pas' {MainForm},
12
  GamSplash in 'GamSplash.pas' {SplashForm},
13
  GamSplash in 'GamSplash.pas' {SplashForm},
13
  GamSpeicherung in 'GamSpeicherung.pas' {SpeicherungForm},
14
  GamSpeicherung in 'GamSpeicherung.pas' {SpeicherungForm},
14
  ComInfo in 'ComInfo.pas' {InfoForm},
15
  ComInfo in 'ComInfo.pas' {InfoForm},
15
  GamCheat in 'GamCheat.pas' {CheatForm},
16
  GamCheat in 'GamCheat.pas' {CheatForm},
16
  Global in 'Global.pas'{$IF CompilerVersion >= 23.0},
17
  ComLevelReader in 'ComLevelReader.pas',
17
  System.UITypes{$IFEND};
18
  Global in 'Global.pas';
18
 
19
 
19
{$R *.RES}
20
{$R *.RES}
20
 
21
 
21
var
22
var
22
  Sem: THandle;
23
  Sem: THandle;