[PD-cvs] externals/grill/flext/buildsys/win nmake-msvc.inc,1.4,1.5

Thomas Grill xovo at users.sourceforge.net
Wed Jan 26 06:01:24 CET 2005


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

Modified Files:
	nmake-msvc.inc 
Log Message:
- fixed typos and 64-bit compatibility
usage of symbols for method and attribute adding
fixed buggy unbinding of receive symbols
reconsidered flext::buffer:Update
some restructuring
added object construction and destruction flags
better templates, some minor changes
build system: added profiler mode, more fixes
added method for clicks into object box
- conform to idle callback functionality in devel_0_38
oops, forgot about SIMD for Windows
fix for ToOut calls in dsp time 


Index: nmake-msvc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/nmake-msvc.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** nmake-msvc.inc	10 Jan 2005 04:58:42 -0000	1.4
--- nmake-msvc.inc	26 Jan 2005 05:01:20 -0000	1.5
***************
*** 23,27 ****
  
  # enable exception handling
! CFLAGS=$(CFLAGS) /GX
  
  # no banner
--- 23,27 ----
  
  # enable exception handling
! CFLAGS=$(CFLAGS) /EHsc
  
  # no banner





More information about the Pd-cvs mailing list