+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ F5CC83C20379B1A901000133 = {
+ buildActionMask = 2147483647;
+ files = (
+ );
+ generatedFileNames = (
+ );
+ isa = PBXShellScriptBuildPhase;
+ neededFileNames = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "# Create wx include directory if necessary\nif [ ! -d \"$SYMROOT/include/wx\" ]; then\n mkdir -p \"$SYMROOT/include/wx\" || exit 1\nfi\n# Copy setup0.h to setup.h\nif [ ! -f \"$SYMROOT/include/wx/setup.h\" ]; then\n cp \"$SRCROOT/../include/wx/mac/setup0.h\" \"$SYMROOT/include/wx/setup.h\" || exit 1\nfi\n# Generate lexer\nif [ ! -f \"$SYMROOT/lexer.c\" -o \"$SYMROOT/lexer.c\" -ot \"$SRCROOT/common/lexer.l\" ]; then\n flex \"$SRCROOT/common/lexer.l\" || exit 1\n sed -e \"s;$SRCROOT/common/lex.yy.c;lexer.l;g\" < lex.yy.c | \\\n sed -e \"s/yy/PROIO_yy/g\" | \\\n sed -e \"s/input/PROIO_input/g\" | \\\n sed -e \"s/unput/PROIO_unput/g\" > \"$SYMROOT/lexer.c\" || exit 1\n rm -f lex.yy.c\nfi\n# Generate parser\nif [ ! -f \"$SYMROOT/parser.c\" -o \"$SYMROOT/parser.c\" -ot \"$SRCROOT/common/parser.y\" ]; then\n bison -y \"$SRCROOT/common/parser.y\" || exit 1\n sed -e \"s;$SRCROOT/common/y.tab.c;parser.y;g\" < y.tab.c | \\\n sed -e \"s/BUFSIZ/5000/g\" | \\\n sed -e \"s/YYLMAX 200/YYLMAX 5000/g\" | \\\n sed -e \"s/yy/PROIO_yy/g\" | \\\n sed -e \"s/input/PROIO_input/g\" | \\\n sed -e \"s/unput/PROIO_unput/g\" > \"$SYMROOT/parser.c\" || exit 1\n rm -f y.tab.c\nfi";
+ };
+ F5CC83C30379B20901000133 = {
+ fileRef = F5A8604501FA022C0175ACA7;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F5CC83D90379C17C01000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ path = artprov.h;
+ refType = 4;
+ };
+ F5CC83DA0379C17C01000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ path = build.h;
+ refType = 4;
+ };
+ F5CC83DF0379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = dcbuffer.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/dcbuffer.h;
+ refType = 0;
+ };
+ F5CC83E00379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = display.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/display.h;
+ refType = 0;
+ };
+ F5CC83E10379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = features.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/features.h;
+ refType = 0;
+ };
+ F5CC83E20379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = hashmap.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/hashmap.h;
+ refType = 0;
+ };
+ F5CC83E30379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = iconbndl.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/iconbndl.h;
+ refType = 0;
+ };
+ F5CC83E40379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = ipc.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/ipc.h;
+ refType = 0;
+ };
+ F5CC83E50379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = listbase.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/listbase.h;
+ refType = 0;
+ };
+ F5CC83E60379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = msgout.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/msgout.h;
+ refType = 0;
+ };
+ F5CC83E70379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ name = ptr_scpd.h;
+ path = /Volumes/Users/gilles/cvs/wxWindows/include/wx/ptr_scpd.h;
+ refType = 0;
+ };
+ F5CC83E80379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ path = thrimpl.cpp;
+ refType = 4;
+ };
+ F5CC83E90379C20901000133 = {
+ fileEncoding = 30;
+ isa = PBXFileReference;
+ path = volume.h;
+ refType = 4;