diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-16 22:48:39 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-16 22:48:39 +0000 |
commit | ccdf75128fefa076c34792084251e958d3514a27 (patch) | |
tree | d48a15b729bcd7a4bfd84e118e368b53ab57b4aa /Game/Code/lib | |
parent | b8c0db6ee146baecc38892452d56cd6b04587e3e (diff) | |
download | usdx-ccdf75128fefa076c34792084251e958d3514a27.tar.gz usdx-ccdf75128fefa076c34792084251e958d3514a27.tar.xz usdx-ccdf75128fefa076c34792084251e958d3514a27.zip |
linklib for darwin added, eol corrected and eol-style property set to native
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1102 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/bass/delphi/bass.pas | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Game/Code/lib/bass/delphi/bass.pas b/Game/Code/lib/bass/delphi/bass.pas index 1121b2f7..cd348c22 100644 --- a/Game/Code/lib/bass/delphi/bass.pas +++ b/Game/Code/lib/bass/delphi/bass.pas @@ -11,11 +11,15 @@ unit Bass;
+{$IFDEF DARWIN}
+ {$linklib libbass}
+{$ENDIF}
+
interface
{$IFDEF FPC}
- {$PACKRECORDS C} -{$ENDIF} + {$PACKRECORDS C}
+{$ENDIF}
{$IFDEF MSWINDOWS}
{$DEFINE DLL_STDCALL}
|