aboutsummaryrefslogblamecommitdiffstats
path: root/Game/Code/switches.inc
blob: 4e5deb2db2f130bdfe5f0b9a009d7117325cf69b (plain) (tree)
1
2

                                             















                          
{$DEFINE DEBUG} // to-do : Remove b4 release

{$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}