aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
blob: fda3cd750607a76b7889006090bdb7846f3e2b7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{$IFDEF FPC}
  {$UNDEF UseSerialPort}
  {$UNDEF UseMIDIPort}
{$ELSE}
  {$DEFINE UseSerialPort}
  {$DEFINE UseMIDIPort}
{$ENDIF}

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