From d4bb21ab3781a9eca0790afa100f0c1edf32f31d Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 19 May 2008 17:00:18 +0000 Subject: - changed "Windows" define to "MSWINDOWS" - moved a few linklib for darwin to the libname section - added bass-define (undefined by default) for darwin back to switches.inc so switching to bass is easier git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1111 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/bass/delphi/bass.pas | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Game/Code/lib/bass/delphi/bass.pas') diff --git a/Game/Code/lib/bass/delphi/bass.pas b/Game/Code/lib/bass/delphi/bass.pas index cd348c22..c4588df8 100644 --- a/Game/Code/lib/bass/delphi/bass.pas +++ b/Game/Code/lib/bass/delphi/bass.pas @@ -11,10 +11,6 @@ unit Bass; -{$IFDEF DARWIN} - {$linklib libbass} -{$ENDIF} - interface {$IFDEF FPC} @@ -666,6 +662,7 @@ const {$ENDIF} {$IFDEF DARWIN} bassdll = 'libbass.dylib'; + {$linklib libbass} {$ENDIF} function BASS_SetConfig(option, value: DWORD): BOOL; {$IFDEF DLL_STDCALL}stdcall;{$ENDIF}{$IFDEF DLL_CDECL}cdecl;{$ENDIF} external bassdll; -- cgit v1.2.3