aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-15 23:07:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-15 23:07:39 +0000
commitb8575e4fca8c2eaf46f9691bf98c516b3f39a21a (patch)
treef983172f23621f1ec2c2a93ab3300efca984beec
parentf977ea5976e4f271274693f5fcf2d81c243a9397 (diff)
applied patch #1852130 to fix build on Cygwin
svn path=/trunk/externals/OSCx/; revision=13719
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f134b58..4c4c37b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,9 +103,9 @@ else
*-*-cygwin*)
CFLAGS="$CFLAGS -mno-cygwin -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "
LDFLAGS="-Wl,--export-dynamic -shared"
- INCLUDES="$INCLUDES -I../../../pd/src"
+ INCLUDES="$INCLUDES -I../../../pd/src -I/cygdrive/MinGW/include"
pd_suffix=dll
- LIBS="-lc -lm"
+ LIBS="-L../../../pd/src -L../../../pd/bin -L../../../pd/obj -lpd -lm -lwsock32"
;;
*-*-mingw*)
CFLAGS="$CFLAGS -mms-bitfields -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "