[PD-cvs] externals/grill/flext/build bmake-win-bcc.inc,1.1,1.2 config-mac.def,1.1,1.2 gnumake-mac-gcc.inc,1.1,1.2 gnumake-win-cygwin.inc,1.1,1.2 gnumake-win-mingw.inc,1.1,1.2 nmake-win-msvc.inc,1.1,1.2

Thomas Grill xovo at users.sourceforge.net
Fri Jan 7 05:58:47 CET 2005


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

Modified Files:
	bmake-win-bcc.inc config-mac.def gnumake-mac-gcc.inc 
	gnumake-win-cygwin.inc gnumake-win-mingw.inc 
	nmake-win-msvc.inc 
Log Message:
updated for OSX
better templates, some minor changes
fix for showing attributes on select (and recreate the object on edit)
cleanups


Index: config-mac.def
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/config-mac.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config-mac.def	4 Jan 2005 04:58:51 -0000	1.1
--- config-mac.def	7 Jan 2005 04:58:45 -0000	1.2
***************
*** 1,2 ****
--- 1,5 ----
+ # uncomment to inhibit SIMD usage
+ SIMD=1
+ 
  # where is the STK installation?
  # (uncomment the line with # to disable STK support)

Index: gnumake-win-cygwin.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/gnumake-win-cygwin.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gnumake-win-cygwin.inc	4 Jan 2005 04:58:51 -0000	1.1
--- gnumake-win-cygwin.inc	7 Jan 2005 04:58:45 -0000	1.2
***************
*** 1,2 ****
--- 1,6 ----
+ ifdef SIMD
+ DEFS += -DFLEXT_USE_SIMD
+ endif
+ 
  ifdef SNDOBJ
  SRCS+=$(SRCS_SNDOBJ)

Index: bmake-win-bcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/bmake-win-bcc.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bmake-win-bcc.inc	4 Jan 2005 04:58:51 -0000	1.1
--- bmake-win-bcc.inc	7 Jan 2005 04:58:45 -0000	1.2
***************
*** 1,2 ****
--- 1,6 ----
+ !ifdef SIMD
+ DEFS=$(DEFS) /DFLEXT_USE_SIMD
+ !endif
+ 
  !ifdef SNDOBJ
  SRCS=$(SRCS) $(SRCS_SNDOBJ)

Index: gnumake-mac-gcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/gnumake-mac-gcc.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gnumake-mac-gcc.inc	4 Jan 2005 04:58:51 -0000	1.1
--- gnumake-mac-gcc.inc	7 Jan 2005 04:58:45 -0000	1.2
***************
*** 1,2 ****
--- 1,6 ----
+ ifdef SIMD
+ DEFS += -DFLEXT_USE_SIMD
+ endif
+ 
  ifdef SNDOBJ
  SRCS+=$(SRCS_SNDOBJ)

Index: gnumake-win-mingw.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/gnumake-win-mingw.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gnumake-win-mingw.inc	4 Jan 2005 04:58:51 -0000	1.1
--- gnumake-win-mingw.inc	7 Jan 2005 04:58:45 -0000	1.2
***************
*** 1,2 ****
--- 1,6 ----
+ ifdef SIMD
+ DEFS += -DFLEXT_USE_SIMD
+ endif
+ 
  ifdef SNDOBJ
  SRCS+=$(SRCS_SNDOBJ)

Index: nmake-win-msvc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/nmake-win-msvc.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nmake-win-msvc.inc	4 Jan 2005 04:58:51 -0000	1.1
--- nmake-win-msvc.inc	7 Jan 2005 04:58:45 -0000	1.2
***************
*** 1,2 ****
--- 1,6 ----
+ !ifdef SIMD
+ DEFS=$(DEFS) /DFLEXT_USE_SIMD
+ !endif
+ 
  !ifdef SNDOBJ
  SRCS=$(SRCS) $(SRCS_SNDOBJ)





More information about the Pd-cvs mailing list