[PD-cvs] externals/grill/xsample/xsample.xcode project.pbxproj,1.1,1.2

Thomas Grill xovo at users.sourceforge.net
Sat Jan 8 05:59:47 CET 2005


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

Modified Files:
	project.pbxproj 
Log Message:
merge in branch "20041229-unify"
- some small cleanups
os x fixes
minor updates
improved buffer handling
simplify updates
Mac adaptations
- made xcode project
preparing xsample 0.3.0 release
updated for build system
some optimizations
- fixed loop record bug
Completion of attribute functionality, revisited and updated help files


Index: project.pbxproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/xsample/xsample.xcode/project.pbxproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** project.pbxproj	16 Dec 2004 05:02:25 -0000	1.1
--- project.pbxproj	8 Jan 2005 04:59:44 -0000	1.2
***************
*** 57,62 ****
  		0867D69AFE84028FC02AAC07 = {
  			children = (
! 				E9974E060770761500206F68,
! 				E9974E04077075E800206F68,
  				E9974DFA0770750400206F68,
  				E9974DFB0770750400206F68,
--- 57,63 ----
  		0867D69AFE84028FC02AAC07 = {
  			children = (
! 				E98C3076078D948800EC0264,
! 				E94AC9630789EEA300AE1770,
! 				E94AC9610789EE8700AE1770,
  				E9974DFA0770750400206F68,
  				E9974DFB0770750400206F68,
***************
*** 106,109 ****
--- 107,111 ----
  				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  				GCC_PREFIX_HEADER = source/prefix.h;
+ 				GCC_PREPROCESSOR_DEFINITIONS = "$(GCC_PREPROCESSOR_DEFINITIONS) _DEBUG FLEXT_USESIMD";
  				OPTIMIZATION_CFLAGS = "-O0";
  				ZERO_LINK = YES;
***************
*** 119,122 ****
--- 121,125 ----
  				GCC_PRECOMPILE_PREFIX_HEADER = YES;
  				GCC_PREFIX_HEADER = source/prefix.h;
+ 				GCC_PREPROCESSOR_DEFINITIONS = "$(GCC_PREPROCESSOR_DEFINITIONS) NDEBUG  FLEXT_USESIMD";
  				ZERO_LINK = NO;
  			};
***************
*** 159,163 ****
  			buildActionMask = 2147483647;
  			files = (
! 				E9974E05077075E800206F68,
  			);
  			isa = PBXFrameworksBuildPhase;
--- 162,167 ----
  			buildActionMask = 2147483647;
  			files = (
! 				E94AC9640789EEA300AE1770,
! 				E98C3077078D948800EC0264,
  			);
  			isa = PBXFrameworksBuildPhase;
***************
*** 211,214 ****
--- 215,266 ----
  //E93
  //E94
+ 		E94AC9610789EE8700AE1770 = {
+ 			isa = PBXFileReference;
+ 			lastKnownFileType = archive.ar;
+ 			name = "libflext-max_sd.a";
+ 			path = "/usr/local/lib/libflext-max_sd.a";
+ 			refType = 0;
+ 			sourceTree = "<absolute>";
+ 		};
+ 		E94AC9620789EE8700AE1770 = {
+ 			fileRef = E94AC9610789EE8700AE1770;
+ 			isa = PBXBuildFile;
+ 			settings = {
+ 			};
+ 		};
+ 		E94AC9630789EEA300AE1770 = {
+ 			isa = PBXFileReference;
+ 			lastKnownFileType = archive.ar;
+ 			name = "libflext-pd_sd.a";
+ 			path = "/usr/local/lib/libflext-pd_sd.a";
+ 			refType = 0;
+ 			sourceTree = "<absolute>";
+ 		};
+ 		E94AC9640789EEA300AE1770 = {
+ 			fileRef = E94AC9630789EEA300AE1770;
+ 			isa = PBXBuildFile;
+ 			settings = {
+ 			};
+ 		};
+ 		E98C3076078D948800EC0264 = {
+ 			isa = PBXFileReference;
+ 			lastKnownFileType = wrapper.framework;
+ 			name = vecLib.framework;
+ 			path = /System/Library/Frameworks/vecLib.framework;
+ 			refType = 0;
+ 			sourceTree = "<absolute>";
+ 		};
+ 		E98C3077078D948800EC0264 = {
+ 			fileRef = E98C3076078D948800EC0264;
+ 			isa = PBXBuildFile;
+ 			settings = {
+ 			};
+ 		};
+ 		E98C3078078D948800EC0264 = {
+ 			fileRef = E98C3076078D948800EC0264;
+ 			isa = PBXBuildFile;
+ 			settings = {
+ 			};
+ 		};
  		E9974DE50770749400206F68 = {
  			fileEncoding = 30;
***************
*** 332,357 ****
  			sourceTree = "<absolute>";
  		};
- 		E9974E04077075E800206F68 = {
- 			isa = PBXFileReference;
- 			lastKnownFileType = archive.ar;
- 			name = libflext_s.a;
- 			path = /Volumes/Daten/Prog/pdmax/flext/build/libflext_s.a;
- 			refType = 0;
- 			sourceTree = "<absolute>";
- 		};
- 		E9974E05077075E800206F68 = {
- 			fileRef = E9974E04077075E800206F68;
- 			isa = PBXBuildFile;
- 			settings = {
- 			};
- 		};
- 		E9974E060770761500206F68 = {
- 			isa = PBXFileReference;
- 			lastKnownFileType = archive.ar;
- 			name = "libflext-max_s.a";
- 			path = "/Volumes/Daten/Prog/pdmax/flext/build/libflext-max_s.a";
- 			refType = 0;
- 			sourceTree = "<absolute>";
- 		};
  		E9974E2B07707D1400206F68 = {
  			fileEncoding = 4;
--- 384,387 ----
***************
*** 398,402 ****
  				E9974E5C0770851700206F68,
  				E9974E5B0770851500206F68,
! 				E9974E5A0770851200206F68,
  			);
  			isa = PBXFrameworksBuildPhase;
--- 428,433 ----
  				E9974E5C0770851700206F68,
  				E9974E5B0770851500206F68,
! 				E94AC9620789EE8700AE1770,
! 				E98C3078078D948800EC0264,
  			);
  			isa = PBXFrameworksBuildPhase;
***************
*** 416,423 ****
  				HEADER_SEARCH_PATHS = "$(Max SDK)/max-includes $(Max SDK)/msp-includes $(Flext)/source";
  				INFOPLIST_FILE = "source/xsample-Info.plist";
! 				INSTALL_PATH = "\"/Library/Application Support/Cycling '74/externals\"";
  				LIBRARY_SEARCH_PATHS = "$(Flext)/build";
  				LIBRARY_STYLE = DYNAMIC;
- 				OPTIMIZATION_CFLAGS = "";
  				OTHER_CFLAGS = "";
  				OTHER_REZFLAGS = "";
--- 447,453 ----
  				HEADER_SEARCH_PATHS = "$(Max SDK)/max-includes $(Max SDK)/msp-includes $(Flext)/source";
  				INFOPLIST_FILE = "source/xsample-Info.plist";
! 				INSTALL_PATH = "/Library/Application Support/Cycling 74/externals";
  				LIBRARY_SEARCH_PATHS = "$(Flext)/build";
  				LIBRARY_STYLE = DYNAMIC;
  				OTHER_CFLAGS = "";
  				OTHER_REZFLAGS = "";
***************
*** 481,490 ****
  			};
  		};
- 		E9974E5A0770851200206F68 = {
- 			fileRef = E9974E060770761500206F68;
- 			isa = PBXBuildFile;
- 			settings = {
- 			};
- 		};
  		E9974E5B0770851500206F68 = {
  			fileRef = E9974DFA0770750400206F68;
--- 511,514 ----





More information about the Pd-cvs mailing list