aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
blob: 578271c0a9d8566e74720bd109a3e7238e7bedbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{$DEFINE DEBUG} // to-do : Remove b4 release

{$IFDEF FPC}
  {$UNDEF UseSerialPort}
  {$UNDEF UseMIDIPort}
{$ELSE}
  {$UNDEF UseSerialPort}
  {$DEFINE UseMIDIPort}
{$ENDIF}

{$IFDEF win32}
  {$DEFINE UseBASS}
  {$IFDEF DEBUG}
    {$APPTYPE CONSOLE}
  {$ENDIF}
{$ELSE}
  {$UNDEF  UseBASS}
{$ENDIF}