Update of /cvsroot/pure-data/externals/grill/vst/vst.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6082/vst.xcode
Modified Files: project.pbxproj Log Message: compilation fix editor-less Mac version use flext build system using flext build system updated build system fixing window titles thread priority fixed some bugs added window size,move,caption,titling features install path more cleanups some fixes and warnings stripped all MFC code register window class at setup time some reorganisation
Index: project.pbxproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/vst.xcode/project.pbxproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.pbxproj 14 Nov 2004 03:34:32 -0000 1.1 --- project.pbxproj 18 Dec 2004 05:06:58 -0000 1.2 *************** *** 15,19 **** GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = "FLEXT_SYS=2 FLEXT_SHARED"; - LIBRARY_STYLE = DYNAMIC; ZERO_LINK = YES; }; --- 15,18 ---- *************** *** 81,84 **** --- 80,84 ---- 0867D691FE84028FC02AAC07 = { children = ( + E9304A5F07732F1F00EE7812, E9E87848074674890035356B, E9E87845074674560035356B, *************** *** 86,90 **** E9E87710074673590035356B, E9C0C57707461746002B8D0A, - E9C0C57807461746002B8D0A, E9C0C57907461746002B8D0A, E9C0C57A07461746002B8D0A, --- 86,89 ---- *************** *** 121,127 **** buildActionMask = 2147483647; files = ( - E9C0C57E07461746002B8D0A, E9C0C57F07461746002B8D0A, E9C0C58107461746002B8D0A, ); isa = PBXSourcesBuildPhase; --- 120,126 ---- buildActionMask = 2147483647; files = ( E9C0C57F07461746002B8D0A, E9C0C58107461746002B8D0A, + E9304A6007732F1F00EE7812, ); isa = PBXSourcesBuildPhase; *************** *** 188,206 **** //E93 //E94 ! E9C0C57707461746002B8D0A = { fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = sourcecode.c.h; ! name = Editor.h; ! path = src/Editor.h; refType = 4; sourceTree = "<group>"; }; ! E9C0C57807461746002B8D0A = { fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = sourcecode.cpp.cpp; ! name = EditorMac.cpp; ! path = src/EditorMac.cpp; refType = 4; sourceTree = "<group>"; --- 187,211 ---- //E93 //E94 ! E9304A5F07732F1F00EE7812 = { fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = sourcecode.cpp.cpp; ! name = editor.cpp; ! path = src/editor.cpp; refType = 4; sourceTree = "<group>"; }; ! E9304A6007732F1F00EE7812 = { ! fileRef = E9304A5F07732F1F00EE7812; ! isa = PBXBuildFile; ! settings = { ! }; ! }; ! E9C0C57707461746002B8D0A = { fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = sourcecode.c.h; ! name = Editor.h; ! path = src/Editor.h; refType = 4; sourceTree = "<group>"; *************** *** 248,257 **** }; }; - E9C0C57E07461746002B8D0A = { - fileRef = E9C0C57807461746002B8D0A; - isa = PBXBuildFile; - settings = { - }; - }; E9C0C57F07461746002B8D0A = { fileRef = E9C0C57907461746002B8D0A; --- 253,256 ----