[PD-cvs] externals/grill/flext changes.txt,1.37,1.38 flext.vcproj,1.25,1.26

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sat Mar 6 04:25:50 CET 2004


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

Modified Files:
	changes.txt flext.vcproj 
Log Message:
 ""

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** changes.txt	22 Feb 2004 03:33:59 -0000	1.37
--- changes.txt	6 Mar 2004 03:25:47 -0000	1.38
***************
*** 16,24 ****
  0.4.6:
  - added a text edit window for list attributes
! - finally use global allocator operators (MFC doesn't like but who cares)
  - fixed entry of local variables with attribute editor
  - help window for attribute editor
  - appended lacking ~ for tilde object help patches
! - STL containers for all kinds of attribute, method, class handling
  - support for MinGW
  
--- 16,24 ----
  0.4.6:
  - added a text edit window for list attributes
! - finally use global allocator operators (MFC doesn't like it but who cares)
  - fixed entry of local variables with attribute editor
  - help window for attribute editor
  - appended lacking ~ for tilde object help patches
! - uniform STL container for all kinds of attribute, method, class handling
  - support for MinGW
  

Index: flext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** flext.vcproj	22 Feb 2004 03:33:59 -0000	1.25
--- flext.vcproj	6 Mar 2004 03:25:47 -0000	1.26
***************
*** 177,180 ****
--- 177,181 ----
  				AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\audio\sndobj\include,f:\prog\audio\stk\include"
  				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS=2;FLEXT_USE_SIMD"
+ 				StringPooling="TRUE"
  				BasicRuntimeChecks="3"
  				RuntimeLibrary="5"
***************
*** 185,189 ****
  				WarningLevel="3"
  				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="4"
  				CompileAs="0"/>
  			<Tool
--- 186,190 ----
  				WarningLevel="3"
  				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
  				CompileAs="0"/>
  			<Tool





More information about the Pd-cvs mailing list