[PD-cvs] externals/grill/dynext build-mac-pd-gcc.sh,NONE,1.1 config-mac-gcc.txt,NONE,1.1 config-win-msvc.txt,NONE,1.1 makefile-mac-gcc.txt,NONE,1.1 build-win-pd-msvc.bat,1.1,1.2 makefile-win-msvc.txt,1.1,1.2 build-pd-darwin.sh,1.1,NONE config-pd-darwin.txt,1.1,NONE config-win-pd-msvc.txt,1.1,NONE makefile.pd-darwin,1.2,NONE

Thomas Grill xovo at users.sourceforge.net
Sat Dec 18 06:06:00 CET 2004


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

Modified Files:
	build-win-pd-msvc.bat makefile-win-msvc.txt 
Added Files:
	build-mac-pd-gcc.sh config-mac-gcc.txt config-win-msvc.txt 
	makefile-mac-gcc.txt 
Removed Files:
	build-pd-darwin.sh config-pd-darwin.txt config-win-pd-msvc.txt 
	makefile.pd-darwin 
Log Message:
use flext build system
updated build system


--- config-win-pd-msvc.txt DELETED ---

--- NEW FILE: config-win-msvc.txt ---
# Your settings are defined in the files
# ..\flext\build\config-win-pd-msvc.txt
# and
# ..\flext\build\config-win-max-msvc.txt
#
# You can override them here.

--- build-pd-darwin.sh DELETED ---

--- NEW FILE: build-mac-pd-gcc.sh ---
make -f ../flext/build/gnumake.mak PLATFORM=mac RTSYS=pd COMPILER=gcc $*

--- NEW FILE: config-mac-gcc.txt ---
# Your settings are defined in the files
# ../flext/build/config-mac-pd-gcc.txt
# and
# ../flext/build/config-mac-max-gcc.txt
#
# You can override them here.

--- NEW FILE: makefile-mac-gcc.txt ---
# usage:
# to build run "sh build-mac-max-gcc.sh" or "sh build-mac-pd-gcc.sh"
#

--- makefile.pd-darwin DELETED ---

Index: build-win-pd-msvc.bat
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/build-win-pd-msvc.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build-win-pd-msvc.bat	17 Dec 2004 05:05:53 -0000	1.1
--- build-win-pd-msvc.bat	18 Dec 2004 05:05:57 -0000	1.2
***************
*** 1,4 ****
  @echo --- Building with MS Visual C++ ---
  
! nmake -f ..\flext\build\make-win-pd-msvc.txt clean 
! nmake -f ..\flext\build\make-win-pd-msvc.txt
--- 1,3 ----
  @echo --- Building with MS Visual C++ ---
  
! nmake -f ..\flext\build\nmake.mak PLATFORM=win RTSYS=pd COMPILER=msvc %1 %2 %3 %4 %5 %6 %7 %8 %9

Index: makefile-win-msvc.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/makefile-win-msvc.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile-win-msvc.txt	17 Dec 2004 05:05:54 -0000	1.1
--- makefile-win-msvc.txt	18 Dec 2004 05:05:57 -0000	1.2
***************
*** 1,8 ****
- # dyn~ - dynamic object management for PD
- # 
- # Copyright (c)Thomas Grill (gr at grrrr.org)
- # For information on usage and redistribution, and for a DISCLAIMER OF ALL
- # WARRANTIES, see the file, "license.txt," in this distribution.  
- #
  # Makefile for MSVC++ 6 and .NET
  #
--- 1,2 ----

--- config-pd-darwin.txt DELETED ---





More information about the Pd-cvs mailing list