[PD-cvs] externals/grill/flext build.sh,1.5,1.6

Thomas Grill xovo at users.sourceforge.net
Wed Mar 9 05:56:16 CET 2005


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19541

Modified Files:
	build.sh 
Log Message:
fix for mingw


Index: build.sh
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** build.sh	27 Feb 2005 04:56:09 -0000	1.5
--- build.sh	9 Mar 2005 04:56:13 -0000	1.6
***************
*** 28,32 ****
  	Linux) platform=lnx;;
  	Darwin) platform=mac;;
! 	CYGWIN*) platform=win;;
  	*) echo Platform $unamesys not supported; exit;;
  esac
--- 28,32 ----
  	Linux) platform=lnx;;
  	Darwin) platform=mac;;
! 	CYGWIN*|MINGW*) platform=win;;
  	*) echo Platform $unamesys not supported; exit;;
  esac





More information about the Pd-cvs mailing list