diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-25 19:20:12 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-25 19:20:12 +0000 |
commit | 3de59ea6617c7872b0bac6bd67540468d11f52f8 (patch) | |
tree | 6beb0771a945218cc1520ee850357aada37776ef /extended | |
parent | 52abaa102fd8d1e1e90d322b7b21796c40953395 (diff) |
+ updated ./configure scripts for win32 bug-hunt
svn path=/trunk/externals/moocow/; revision=11147
Diffstat (limited to 'extended')
-rw-r--r-- | extended/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extended/Makefile b/extended/Makefile index 6ed9957..07b5a1d 100644 --- a/extended/Makefile +++ b/extended/Makefile @@ -25,7 +25,7 @@ SUBDIRS = \ MOOCOW_DIR ?=$(shell pwd) MOOCOW_BUILD ?=$(MOOCOW_DIR)/build.moo MOOCOW_MFLAGS ?=DESTDIR="" -MOOCOW_BUILD_VERSION ?=2009-04-25.001 +MOOCOW_BUILD_VERSION ?=2009-04-25.002 ##-- arguments to be passed to sh ./configure ## + we use "`echo $(CFLAGS)`" to remove ugly quotes from the CFLAGS variable, @@ -50,7 +50,7 @@ CONFIGURE_ARGS=\ ONFAIL ?= echo "(MOOCOW) Warning: sub-target failed: '$@'" ##-- defaults -CFLAGS ?= -g -O2 -Wall -Winline -W -D +CFLAGS ?= -g -O2 -Wall -Winline -W #CFLAGS ?= -g -O2 -Wall -Winline -W -D'UglyQuotedMacro(x)=x' pd_src ?= $(CURDIR)/../../../pd |