[PD-cvs] externals/grill/flext/tutorial build.bat, 1.1, 1.2 build.sh, 1.1, 1.2

Thomas Grill xovo at users.sourceforge.net
Mon Apr 11 00:22:42 CEST 2005


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

Modified Files:
	build.bat build.sh 
Log Message:
fixed library versioning
updates for build system
small fix
updates to build system
fix tutorial compilation
install build system and a convenient script
first steps to flext framework for OSX


Index: build.sh
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/build.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.sh	5 Jan 2005 05:04:13 -0000	1.1
--- build.sh	10 Apr 2005 22:22:40 -0000	1.2
***************
*** 2,15 ****
  
  if 
! 	[ -n "$1" -a -n "$2" -a -n "$3" ]
  then 
  	# make config first
  	if
! 		bash ../build.sh $1 $2 $3 config "PKGINFO="
  	then
  		for i in * ; do
  			if [ -e $i/package.txt ] ; then
  				pushd $i
! 				bash ../../build.sh $1 $2 $3
  				popd
  			fi
--- 2,15 ----
  
  if 
! 	[ -n "$1" -a -n "$2" ]
  then 
  	# make config first
  	if
! 		bash ../build.sh $1 $2 config "PKGINFO=" "NAME=tutorial" "SRCS=\"\""
  	then
  		for i in * ; do
  			if [ -e $i/package.txt ] ; then
  				pushd $i
! 				bash ../../build.sh $1 $2
  				popd
  			fi
***************
*** 19,23 ****
  	echo 
  	echo SYNTAX: build.sh [platform] [system] [compiler]
- 	echo platform ... win / lnx / mac
  	echo system ..... pd / max
  	echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc
--- 19,22 ----

Index: build.bat
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/tutorial/build.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.bat	5 Jan 2005 05:04:13 -0000	1.1
--- build.bat	10 Apr 2005 22:22:40 -0000	1.2
***************
*** 3,10 ****
  if "%1"=="" goto syntax
  if "%2"=="" goto syntax
- if "%3"=="" goto syntax
  
  rem first check configuration
! call ..\build.bat %1 %2 %3 config "PKGINFO="
  if errorlevel 1 goto end
  
--- 3,9 ----
  if "%1"=="" goto syntax
  if "%2"=="" goto syntax
  
  rem first check configuration
! call ..\build.bat %1 %2 config "PKGINFO=" "NAME=tutorial" "SRCS=."
  if errorlevel 1 goto end
  
***************
*** 12,16 ****
  	pushd %%i
  	if exist package.txt (
! 		call ..\..\build.bat %1 %2 %3
  	)
  	popd
--- 11,15 ----
  	pushd %%i
  	if exist package.txt (
! 		call ..\..\build.bat %1 %2
  	)
  	popd
***************
*** 23,28 ****
  
  echo .
! echo SYNTAX: build [platform] [system] [compiler]
! echo platform ... win / lnx / mac
  echo system   ... pd / max
  echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc
--- 22,26 ----
  
  echo .
! echo SYNTAX: build [system] [compiler]
  echo system   ... pd / max
  echo compiler ... msvc / gcc / mingw / cygwin / bcc / icc





More information about the Pd-cvs mailing list