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/zlib/zlib.pas | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Game/Code/lib/zlib') diff --git a/Game/Code/lib/zlib/zlib.pas b/Game/Code/lib/zlib/zlib.pas index 91eb47df..c1e21a4c 100644 --- a/Game/Code/lib/zlib/zlib.pas +++ b/Game/Code/lib/zlib/zlib.pas @@ -25,12 +25,11 @@ const libz = 'zlib1'; {$else} libz = 'z'; + {$IFDEF DARWIN} + {$linklib libz} + {$ENDIF} {$endif} -{$IFDEF DARWIN} - {$linklib libz} -{$ENDIF} - type { Compatible with paszlib } Uint = Cardinal; -- cgit v1.2.3