aboutsummaryrefslogblamecommitdiffstats
path: root/Game/Code/switches.inc
blob: 578271c0a9d8566e74720bd109a3e7238e7bedbc (plain) (tree)
1
2
3
4
5
6
7

                                             



                         
                         









                        

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