From f37557d096b3bdf15a962d382df5f03b34516202 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 25 Apr 2009 19:37:47 +0000 Subject: + yet another win32 bugfix svn path=/trunk/externals/moocow/; revision=11148 --- common/m4/ax_pd_external.m4 | 6 +++--- deque/configure | 6 +++--- extended/Makefile | 2 +- flite/configure | 6 +++--- gfsm/configure | 6 +++--- locale/configure | 6 +++--- readdir/configure | 6 +++--- sprinkler/configure | 6 +++--- weightmap/configure | 6 +++--- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/common/m4/ax_pd_external.m4 b/common/m4/ax_pd_external.m4 index 3c895bf..5218936 100644 --- a/common/m4/ax_pd_external.m4 +++ b/common/m4/ax_pd_external.m4 @@ -341,10 +341,10 @@ AC_DEFUN([AX_PD_EXTERNAL], if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/deque/configure b/deque/configure index e069f8c..2c492aa 100755 --- a/deque/configure +++ b/deque/configure @@ -3779,10 +3779,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/extended/Makefile b/extended/Makefile index 07b5a1d..ac1fc80 100644 --- a/extended/Makefile +++ b/extended/Makefile @@ -35,7 +35,7 @@ MOOCOW_BUILD_VERSION ?=2009-04-25.002 # CFLAGS="$(shell echo $(CFLAGS))" ##-- works CONFIGURE_ARGS=\ CFLAGS="`echo $(CFLAGS)`" \ - LDFLAGS="$(LDFLAGS) -L$(pd_src)/bin" \ + LDFLAGS="$(LDFLAGS) -L$(pd_src)/bin -L$(pd_src)/obj" \ --with-pd-include="$(pd_src)/src" \ --with-pd-dir="$(MOOCOW_BUILD)" \ --disable-dependency-tracking diff --git a/flite/configure b/flite/configure index 4517f7f..31fb95c 100755 --- a/flite/configure +++ b/flite/configure @@ -3786,10 +3786,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/gfsm/configure b/gfsm/configure index b44de2d..4d3f1b3 100755 --- a/gfsm/configure +++ b/gfsm/configure @@ -20441,10 +20441,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/locale/configure b/locale/configure index 9c9385b..407ca9c 100755 --- a/locale/configure +++ b/locale/configure @@ -3781,10 +3781,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/readdir/configure b/readdir/configure index 6e36e84..30462be 100755 --- a/readdir/configure +++ b/readdir/configure @@ -3781,10 +3781,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/sprinkler/configure b/sprinkler/configure index 6a718a4..447241b 100755 --- a/sprinkler/configure +++ b/sprinkler/configure @@ -3789,10 +3789,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then diff --git a/weightmap/configure b/weightmap/configure index 16d098e..635356a 100755 --- a/weightmap/configure +++ b/weightmap/configure @@ -3781,10 +3781,10 @@ echo "$as_me: WARNING: Unknown kernel type \"$uname_s\" defaults to \"Linux\"" > if test "$uname_s" = "MINGW32_NT"; #MINGW32_NT-5.1 then PDEXT_DFLAGS="\ - -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' \ - -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' \ + -DO_NONBLOCK=1 -Dsrand48(n)=srand((n)) \ + -Ddrand48()=((double)rand()/RAND_MAX) -Dbzero(p,n)=memset(p,0,n) \ " - PDEXT_LFLAGS="-shared -L'${pddir}/bin' -L'${pddir}/obj'" + PDEXT_LFLAGS="-shared -L${pddir}/bin -L${pddir}/obj" PDEXT_CFLAGS="-mms-bitfields -DMSW -DNT" LIBS="$LIBS -lpd -lwsock32 -lpthreadGC2 -lkernel32 -luser32 -lgdi32 -lregex" if test "$ENABLE_DEBUG" = "no" -a -z "$UCFLAGS"; then -- cgit v1.2.1