[PD-cvs] externals/grill/flext/build config-win.def, 1.3, 1.4 nmake-win-msvc.inc, 1.3, 1.4

Thomas Grill xovo at users.sourceforge.net
Wed Sep 20 16:24:12 CEST 2006


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

Modified Files:
	config-win.def nmake-win-msvc.inc 
Log Message:
enabled templates for flext classes, inlined timer functions, some more ToOut/Sys methods
fixed help name definition
added flfeatures.h for compile-time version-specific feature detection
changed eol-style
adapted for pd-devel 0.39
minimal fix for timers
cosmetic changes to calm the compiler
changes for Mac/Intel


Index: config-win.def
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/config-win.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config-win.def	26 Jan 2005 05:01:20 -0000	1.3
--- config-win.def	20 Sep 2006 14:24:10 -0000	1.4
***************
*** 1,10 ****
  # use SIMD instructions (Intel SSE)?
  SIMD=1
- 
- # where is the STK installation?
- # (uncomment the line with # to disable STK support)
- #STK=c:\data\prog\audio\stk
- 
- # where is the Sndobjs installation?
- # (uncomment the line with # to disable SNDOBJ support)
- #SNDOBJ=c:\data\prog\audio\sndobj
--- 1,2 ----

Index: nmake-win-msvc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/build/nmake-win-msvc.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nmake-win-msvc.inc	8 Jan 2005 04:58:29 -0000	1.3
--- nmake-win-msvc.inc	20 Sep 2006 14:24:10 -0000	1.4
***************
*** 2,17 ****
  DEFS=$(DEFS) /DFLEXT_USE_SIMD
  !endif
- 
- !ifdef SNDOBJ
- SRCS=$(SRCS) $(SRCS_SNDOBJ)
- HDRS=$(HDRS) $(HDRS_SNDOBJ)
- INCPATH=$(INCPATH) /I$(SNDOBJ)\include
- LIBS=$(LIBS) $(SNDOBJ)\lib\sndobj.lib
- !endif
- 
- !ifdef STK
- SRCS=$(SRCS) $(SRCS_STK)
- HDRS=$(HDRS) $(HDRS_STK)
- INCPATH=$(INCPATH) /I$(STK)\include
- LIBS=$(LIBS) $(STK)\lib\stk.lib
- !endif
--- 2,3 ----





More information about the Pd-cvs mailing list