aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-16 21:04:29 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-05-16 21:04:29 +0000
commitfb5cc470baa6789e5b83d621c4754f22d7b4834f (patch)
tree86d40f6d9a22acbf60b22e9b72a7487b801389e2 /Game/Code/lib
parentf4dfdc9ab98a08bafe3b9c500ef6db70f8b7d92c (diff)
downloadusdx-fb5cc470baa6789e5b83d621c4754f22d7b4834f.tar.gz
usdx-fb5cc470baa6789e5b83d621c4754f22d7b4834f.tar.xz
usdx-fb5cc470baa6789e5b83d621c4754f22d7b4834f.zip
linklib for darwin added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1093 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib')
-rw-r--r--Game/Code/lib/libpng/png.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/Game/Code/lib/libpng/png.pas b/Game/Code/lib/libpng/png.pas
index 0d784140..9787c913 100644
--- a/Game/Code/lib/libpng/png.pas
+++ b/Game/Code/lib/libpng/png.pas
@@ -8,6 +8,11 @@
{$smartlink on}
{$endif}
{$ENDIF}
+
+{$IFDEF DARWIN}
+ {$linklib libpng}
+{$ENDIF}
+
unit png;
interface