bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for gnustep base OSX-specific files


From: Stéphane Corthésy
Subject: Patch for gnustep base OSX-specific files
Date: Thu, 27 Mar 2003 21:49:36 +0100

Hi,

Here are some corrections in gnustep base, for OSX specific files.

Stéphane

========
Changelog

base/macosx/config.h: #defined some more macros (version + new features)
base/macosx/preface.h: re-#defined some macros (version)
base/macosx/gnustep.pbproj/project.pbxproj: replaced absolute paths by relative paths(!); added new target, HTMLLinker; some more cleanings.



Index: config.h
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/base/macosx/config.h,v
retrieving revision 1.1
diff -r1.1 config.h
29a30,35
> #ifndef GNUSTEP_BASE_MAJOR_VERSION         
> #define GNUSTEP_BASE_MAJOR_VERSION         1
> #define GNUSTEP_BASE_MINOR_VERSION         6
> #define GNUSTEP_BASE_SUBMINOR_VERSION      0
> #endif
>
53,55c59,69
< //#define HAVE_LIBXML 1
< //#define HAVE_ICONV 1
< //#define HAVE_GICONV_H 1
---
> #ifndef HAVE_LIBXML
> #define HAVE_LIBXML 1
> #endif
>
> #ifndef HAVE_ICONV
> #define HAVE_ICONV 1
> #endif
>
> #ifndef HAVE_INET_ATON
> #define HAVE_INET_ATON 1
> #endif


Index: preface.h
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/base/macosx/preface.h,v
retrieving revision 1.1
diff -r1.1 preface.h
95,97c95,97
< #define GNUSTEP_BASE_MAJOR_VERSION      @MAJOR_VERSION@
< #define GNUSTEP_BASE_MINOR_VERSION      @MINOR_VERSION@
< #define GNUSTEP_BASE_SUBMINOR_VERSION   @SUBMINOR_VERSION@
---
> #define GNUSTEP_BASE_MAJOR_VERSION      1
> #define GNUSTEP_BASE_MINOR_VERSION      6
> #define GNUSTEP_BASE_SUBMINOR_VERSION   0


Index: project.pbxproj
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/base/macosx/gnustep.pbproj/ project.pbxproj,v
retrieving revision 1.1
diff -r1.1 project.pbxproj
39a40,41
>                            55AB58710408D27700000001,
>                            554DDE7F04310FB500000001,
71a74,75
>                            55AB58700408D27700000001,
>                            554DDE7E04310FB500000001,
76c80,81
<                            55F7D7E003E49D7700000001,
---
>                            5566CC2804324D9F00000002,
>                            5566CC2904324DA700000002,
80a86
>                            554DDE790430F9DB00000001,
83,90d88
<                            55F7D7D803E49C1000000001,
<                            55F7D7D903E49C1000000001,
<                            55F7D7DA03E49C1000000001,
<                            55F7D7DB03E49C1000000001,
<                            55F7D7DC03E49C1000000001,
<                            55F7D7DD03E49C1000000001,
<                            55F7D7DE03E49C1000000001,
<                            55F7D7DF03E49C1000000001,
118a117,120
>                            55AB58490408D05A00000001,
>                            55AB588E0408DB4700000001,
>                            55AB58EB0408EADB00000001,
>                            554DDE87043110C200000001,
124,125c126,127
<                            FRAMEWORK_VERSION = 1.5.1;
< HEADER_SEARCH_PATHS = "\"${SOURCE_ROOT}/../Headers/gnustep\" \"${SOURCE_ROOT}/../Headers\" /sw/include";
---
>                            FRAMEWORK_VERSION = A;
> HEADER_SEARCH_PATHS = "\"${SOURCE_ROOT}/../Headers/gnustep\" \"${SOURCE_ROOT}/../Headers\" /usr/local/include/libxml2 /sw/include";
127c129
<                            LIBRARY_SEARCH_PATHS = /sw/lib;
---
>                            LIBRARY_SEARCH_PATHS = "/usr/local/lib /sw/lib";
162c164
<    <string>1.5.1</string>
---
>    <string>1.6.0</string>
192a195,196
>                            555112B403FEC81600000001,
>                            55E1346F043268A100000002,
200a205
>                            554DDE86043110AA00000001,
215d219
<                            55F7D5DD03E48BDD00000001,
217a222,224
>                            555112B803FEC83800000001,
>                            55AB58310408CDFC00000001,
>                            55AB58320408CDFD00000001,
225a233,235
>                            55AB58330408CE0100000001,
>                            55AB58340408CE0200000001,
>                            55AB58350408CE0300000001,
238a249,250
>                            55AB58E50408EA4D00000001,
>                            55AB588D0408D85E00000001,
239a252
>                            55AB585B0408D08700000001,
298c311,313
<                            556FFD2D03EC331600000001,
---
>                            559CDB7E040587E100000001,
>                            559CDB8004058ACF00000001,
>                            55AB58870408D30500000001,
322a338,340
>                            55F7D7E003E49D7700000001,
>                            555112B603FEC83800000001,
>                            55E1346E043268A100000002,
337a356,515
>            554DDE790430F9DB00000001 = {
>                    children = (
>                            55AB58740408D2A800000001,
>                            554DDE820431104D00000001,
>                    );
>                    isa = PBXGroup;
>                    name = Tools;
>                    path = ../Tools;
>                    refType = 4;
>            };
>            554DDE7A04310FB500000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                    );
>                    isa = PBXHeadersBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            554DDE7B04310FB500000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                            554DDE840431106D00000001,
>                    );
>                    isa = PBXSourcesBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            554DDE7C04310FB500000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                            554DDE890431135200000001,
>                    );
>                    isa = PBXFrameworksBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            554DDE7D04310FB500000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                    );
>                    isa = PBXRezBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            554DDE7E04310FB500000001 = {
>                    buildPhases = (
>                            554DDE7A04310FB500000001,
>                            554DDE7B04310FB500000001,
>                            554DDE7C04310FB500000001,
>                            554DDE7D04310FB500000001,
>                    );
>                    buildSettings = {
>                            INSTALL_PATH = /usr/local/bin;
>                            OTHER_CFLAGS = "";
>                            OTHER_LDFLAGS = "";
>                            OTHER_REZFLAGS = "";
>                            PRECOMPILE_PREFIX_HEADER = YES;
>                            PREFIX_HEADER = config.h;
>                            PRODUCT_NAME = HTMLLinker;
>                            REZ_EXECUTABLE = YES;
>                            SECTORDER_FLAGS = "";
> WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
>                    };
>                    dependencies = (
>                            554DDE8104310FBF00000001,
>                    );
>                    isa = PBXToolTarget;
>                    name = HTMLLinker;
>                    productInstallPath = /usr/local/bin;
>                    productName = HTMLLinker;
>                    productReference = 554DDE7F04310FB500000001;
>            };
>            554DDE7F04310FB500000001 = {
>                    isa = PBXExecutableFileReference;
>                    path = HTMLLinker;
>                    refType = 3;
>            };
>            554DDE8104310FBF00000001 = {
>                    isa = PBXTargetDependency;
>                    target = 0867D69CFE84028FC02AAC07;
>            };
>            554DDE820431104D00000001 = {
>                    children = (
>                            554DDE85043110AA00000001,
>                            554DDE830431106D00000001,
>                    );
>                    isa = PBXGroup;
>                    name = HTMLLinker;
>                    refType = 4;
>            };
>            554DDE830431106D00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = HTMLLinker.m;
>                    refType = 4;
>            };
>            554DDE840431106D00000001 = {
>                    fileRef = 554DDE830431106D00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            554DDE85043110AA00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = HTMLLinker.html;
>                    refType = 4;
>            };
>            554DDE86043110AA00000001 = {
>                    fileRef = 554DDE85043110AA00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            554DDE87043110C200000001 = {
>                    buildActionMask = 2147483647;
>                    dstPath = English.lproj/Documentation;
>                    dstSubfolderSpec = 7;
>                    files = (
>                            554DDE88043110E600000001,
>                    );
>                    isa = PBXCopyFilesBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            554DDE88043110E600000001 = {
>                    fileRef = 554DDE85043110AA00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            554DDE890431135200000001 = {
>                    fileRef = 0867D69BFE84028FC02AAC07;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            555112B303FEC81600000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = "thr-mach.h";
>                    refType = 4;
>            };
>            555112B403FEC81600000001 = {
>                    fileRef = 555112B303FEC81600000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                            ATTRIBUTES = (
>                                    Public,
>                            );
>                    };
>            };
>            555112B603FEC83800000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = "thr-pthread.m";
>                    path = "../Source/thr-pthread.m";
>                    refType = 4;
>            };
>            555112B803FEC83800000001 = {
>                    fileRef = 555112B603FEC83800000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
342,343c520,521
< path = /Users/dave/Developer/gnustep/core/base/Source/Additions/ GSCompatibility.h;
<                    refType = 0;
---
>                    path = ../../../Source/Additions/GSCompatibility.h;
>                    refType = 4;
353a532,553
>            5566CC2804324D9F00000002 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = README;
>                    path = ../macosx/README;
>                    refType = 4;
>            };
>            5566CC2904324DA700000002 = {
>                    children = (
>                            55F7D7D803E49C1000000001,
>                            55F7D7D903E49C1000000001,
>                            55F7D7DA03E49C1000000001,
>                            55F7D7DB03E49C1000000001,
>                            55F7D7DC03E49C1000000001,
>                            55F7D7DD03E49C1000000001,
>                            55F7D7DE03E49C1000000001,
>                            55F7D7DF03E49C1000000001,
>                    );
>                    isa = PBXGroup;
>                    name = Docs;
>                    refType = 4;
>            };
485,490d684
<            556FFD2D03EC331600000001 = {
<                    isa = PBXFileReference;
<                    name = libxml.dylib;
<                    path = /sw/lib/libxml.dylib;
<                    refType = 0;
<            };
504a699
>                            555112B303FEC81600000001,
675a871,1336
>            559CDB7E040587E100000001 = {
>                    isa = PBXFileReference;
>                    name = libxml2.a;
>                    path = /usr/local/lib/libxml2.a;
>                    refType = 0;
>            };
>            559CDB8004058ACF00000001 = {
>                    isa = PBXFileReference;
>                    name = libz.dylib;
>                    path = /usr/lib/libz.dylib;
>                    refType = 0;
>            };
>            55AB58310408CDFC00000001 = {
>                    fileRef = 55CF466903E367A500000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58320408CDFD00000001 = {
>                    fileRef = 55CF466A03E367A500000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58330408CE0100000001 = {
>                    fileRef = 556FFD2C03EC331600000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58340408CE0200000001 = {
>                    fileRef = 559CDB7E040587E100000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58350408CE0300000001 = {
>                    fileRef = 559CDB8004058ACF00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58490408D05A00000001 = {
>                    buildActionMask = 2147483647;
>                    dstPath = Languages;
>                    dstSubfolderSpec = 7;
>                    files = (
>                            55AB586B0408D09400000001,
>                    );
>                    isa = PBXCopyFilesBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB585B0408D08700000001 = {
>                    children = (
>                            55AB58660408D08700000001,
>                    );
>                    isa = PBXGroup;
>                    name = Languages;
>                    path = ../Resources/Languages;
>                    refType = 4;
>            };
>            55AB58660408D08700000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = Locale.encodings;
>                    refType = 4;
>            };
>            55AB586B0408D09400000001 = {
>                    fileRef = 55AB58660408D08700000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB586C0408D27700000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                            55AB587E0408D2DB00000001,
>                            55AB58800408D2DB00000001,
>                            55AB58820408D2DB00000001,
>                            55AB58840408D2DB00000001,
>                    );
>                    isa = PBXHeadersBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB586D0408D27700000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                            55AB587F0408D2DB00000001,
>                            55AB58810408D2DB00000001,
>                            55AB58830408D2DB00000001,
>                            55AB58850408D2DB00000001,
>                            55AB58860408D2DB00000001,
>                    );
>                    isa = PBXSourcesBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB586E0408D27700000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                            55AB58880408D30500000001,
>                            55AB58890408D30A00000001,
>                            55AB588A0408D30D00000001,
>                            55AB588B0408D30E00000001,
>                            55AB588C0408D30F00000001,
>                    );
>                    isa = PBXFrameworksBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB586F0408D27700000001 = {
>                    buildActionMask = 2147483647;
>                    files = (
>                    );
>                    isa = PBXRezBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB58700408D27700000001 = {
>                    buildPhases = (
>                            55AB586C0408D27700000001,
>                            55AB586D0408D27700000001,
>                            55AB586E0408D27700000001,
>                            55AB586F0408D27700000001,
>                    );
>                    buildSettings = {
>                            INSTALL_PATH = /usr/local/bin;
>                            LIBRARY_SEARCH_PATHS = /sw/lib;
>                            OTHER_CFLAGS = "";
>                            OTHER_LDFLAGS = "";
>                            OTHER_REZFLAGS = "";
>                            PRECOMPILE_PREFIX_HEADER = YES;
>                            PREFIX_HEADER = config.h;
>                            PRODUCT_NAME = autogsdoc;
>                            REZ_EXECUTABLE = YES;
>                            SECTORDER_FLAGS = "";
> WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
>                    };
>                    dependencies = (
>                            55AB58730408D28300000001,
>                    );
>                    isa = PBXToolTarget;
>                    name = autogsdoc;
>                    productInstallPath = /usr/local/bin;
>                    productName = autogsdoc;
>                    productReference = 55AB58710408D27700000001;
>            };
>            55AB58710408D27700000001 = {
>                    isa = PBXExecutableFileReference;
>                    path = autogsdoc;
>                    refType = 3;
>            };
>            55AB58730408D28300000001 = {
>                    isa = PBXTargetDependency;
>                    target = 0867D69CFE84028FC02AAC07;
>            };
>            55AB58740408D2A800000001 = {
>                    children = (
>                            55AB58750408D2DB00000001,
>                            55AB58760408D2DB00000001,
>                            55AB58770408D2DB00000001,
>                            55AB58780408D2DB00000001,
>                            55AB58790408D2DB00000001,
>                            55AB587A0408D2DB00000001,
>                            55AB587B0408D2DB00000001,
>                            55AB587C0408D2DB00000001,
>                            55AB587D0408D2DB00000001,
>                    );
>                    isa = PBXGroup;
>                    name = autogsdoc;
>                    path = "";
>                    refType = 4;
>            };
>            55AB58750408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSHtml.h;
>                    refType = 4;
>            };
>            55AB58760408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSHtml.m;
>                    refType = 4;
>            };
>            55AB58770408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSIndex.h;
>                    refType = 4;
>            };
>            55AB58780408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSIndex.m;
>                    refType = 4;
>            };
>            55AB58790408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSOutput.h;
>                    refType = 4;
>            };
>            55AB587A0408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSOutput.m;
>                    refType = 4;
>            };
>            55AB587B0408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSParser.h;
>                    refType = 4;
>            };
>            55AB587C0408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = AGSParser.m;
>                    refType = 4;
>            };
>            55AB587D0408D2DB00000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    path = autogsdoc.m;
>                    refType = 4;
>            };
>            55AB587E0408D2DB00000001 = {
>                    fileRef = 55AB58750408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB587F0408D2DB00000001 = {
>                    fileRef = 55AB58760408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58800408D2DB00000001 = {
>                    fileRef = 55AB58770408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58810408D2DB00000001 = {
>                    fileRef = 55AB58780408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58820408D2DB00000001 = {
>                    fileRef = 55AB58790408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58830408D2DB00000001 = {
>                    fileRef = 55AB587A0408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58840408D2DB00000001 = {
>                    fileRef = 55AB587B0408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58850408D2DB00000001 = {
>                    fileRef = 55AB587C0408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58860408D2DB00000001 = {
>                    fileRef = 55AB587D0408D2DB00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58870408D30500000001 = {
>                    isa = PBXFrameworkReference;
>                    path = gnustep.framework;
>                    refType = 3;
>            };
>            55AB58880408D30500000001 = {
>                    fileRef = 55AB58870408D30500000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58890408D30A00000001 = {
>                    fileRef = 0867D69BFE84028FC02AAC07;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB588A0408D30D00000001 = {
>                    fileRef = 556FFD2C03EC331600000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB588B0408D30E00000001 = {
>                    fileRef = 559CDB7E040587E100000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB588C0408D30F00000001 = {
>                    fileRef = 559CDB8004058ACF00000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB588D0408D85E00000001 = {
>                    children = (
>                            55AB588F0408DB7200000001,
>                            55AB58900408DB7200000001,
>                            55AB58910408DB7200000001,
>                            55AB58920408DB7200000001,
>                            55AB58EA0408EA8100000001,
>                    );
>                    isa = PBXGroup;
>                    name = DTDs;
>                    refType = 4;
>            };
>            55AB588E0408DB4700000001 = {
>                    buildActionMask = 2147483647;
>                    dstPath = DTDs;
>                    dstSubfolderSpec = 7;
>                    files = (
>                            55AB58930408DB7A00000001,
>                            55AB58940408DB7A00000001,
>                            55AB58950408DB7A00000001,
>                            55AB58960408DB7A00000001,
>                            55AB58EE0408EB0300000001,
>                    );
>                    isa = PBXCopyFilesBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB588F0408DB7200000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = "gsdoc-0_6_5.dtd";
>                    path = "../Tools/gsdoc-0_6_5.dtd";
>                    refType = 4;
>            };
>            55AB58900408DB7200000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = "gsdoc-0_6_6.dtd";
>                    path = "../Tools/gsdoc-0_6_6.dtd";
>                    refType = 4;
>            };
>            55AB58910408DB7200000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = "gsdoc-0_6_7.dtd";
>                    path = "../Tools/gsdoc-0_6_7.dtd";
>                    refType = 4;
>            };
>            55AB58920408DB7200000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = "gsdoc-1_0_0.dtd";
>                    path = "../Tools/gsdoc-1_0_0.dtd";
>                    refType = 4;
>            };
>            55AB58930408DB7A00000001 = {
>                    fileRef = 55AB588F0408DB7200000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58940408DB7A00000001 = {
>                    fileRef = 55AB58900408DB7200000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58950408DB7A00000001 = {
>                    fileRef = 55AB58910408DB7200000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58960408DB7A00000001 = {
>                    fileRef = 55AB58920408DB7200000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58E50408EA4D00000001 = {
>                    children = (
>                            55AB58E60408EA8100000001,
>                            55AB58E70408EA8100000001,
>                            55AB58E80408EA8100000001,
>                            55AB58E90408EA8100000001,
>                    );
>                    isa = PBXGroup;
>                    name = DocTemplates;
>                    refType = 4;
>            };
>            55AB58E60408EA8100000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = AutoDocTemplate.gsdoc;
>                    path = ../Tools/AutoDocTemplate.gsdoc;
>                    refType = 4;
>            };
>            55AB58E70408EA8100000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = gnustep.gsdoc;
>                    path = ../Tools/gnustep.gsdoc;
>                    refType = 4;
>            };
>            55AB58E80408EA8100000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = gsdoc.gsdoc;
>                    path = ../Tools/gsdoc.gsdoc;
>                    refType = 4;
>            };
>            55AB58E90408EA8100000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = indextemplate.gsdoc;
>                    path = ../Tools/indextemplate.gsdoc;
>                    refType = 4;
>            };
>            55AB58EA0408EA8100000001 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = "plist-0_9.dtd";
>                    path = "../Tools/plist-0_9.dtd";
>                    refType = 4;
>            };
>            55AB58EB0408EADB00000001 = {
>                    buildActionMask = 2147483647;
>                    dstPath = DocTemplates;
>                    dstSubfolderSpec = 7;
>                    files = (
>                            55AB58EC0408EAEE00000001,
>                            55AB58ED0408EAEE00000001,
>                    );
>                    isa = PBXCopyFilesBuildPhase;
>                    runOnlyForDeploymentPostprocessing = 0;
>            };
>            55AB58EC0408EAEE00000001 = {
>                    fileRef = 55AB58E60408EA8100000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58ED0408EAEE00000001 = {
>                    fileRef = 55AB58E90408EA8100000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
>            55AB58EE0408EB0300000001 = {
>                    fileRef = 55AB58EA0408EA8100000001;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
770c1431
< shellScript = "myHeaderDir=\"${BUILD_ROOT}/`dirname ${INNER_PRODUCT_SUBPATH}`/Headers\"\nmkdir ${myHeaderDir}/base\ncd ${myHeaderDir}/base\ntest -f behavior.h || ln -s ../behavior.h .\ntest -f objc-gnu2next.h || ln -s ../objc-gnu2next.h .\ntest -f preface.h || ln -s ../preface.h .\ntest -f GCObject.h || ln -s ../GCObject.h .\ntest -f GNUstep.h || ln -s ../GNUstep.h .\ntest -f GSCategories.h || ln -s ../GSCategories.h .\ntest -f GSCompatibility.h || ln -s ../GSCompatibility.h .\ntest -f GSMime.h || ln -s ../GSMime.h .\ntest -f GSXML.h || ln -s ../GSXML.h .\ntest -f GSObjCRuntime.h || ln -s ../GSObjCRuntime.h .";
---
> shellScript = "myHeaderDir=\"${BUILD_ROOT}/`dirname ${INNER_PRODUCT_SUBPATH}`/Headers\"\nmkdir ${myHeaderDir}/base\ncd ${myHeaderDir}/base\ntest -f behavior.h || ln -s ../behavior.h .\ntest -f objc-gnu2next.h || ln -s ../objc-gnu2next.h .\ntest -f preface.h || ln -s ../preface.h .\ntest -f GCObject.h || ln -s ../GCObject.h .\ntest -f GNUstep.h || ln -s ../GNUstep.h .\ntest -f GSCategories.h || ln -s ../GSCategories.h .\ntest -f GSCompatibility.h || ln -s ../GSCompatibility.h .\ntest -f GSMime.h || ln -s ../GSMime.h .\ntest -f GSXML.h || ln -s ../GSXML.h .\ntest -f GSObjCRuntime.h || ln -s ../GSObjCRuntime.h .\ntest -f Unicode.h || ln -s ../Unicode.h .\ntest -f thr-mach.h || ln -s ../thr-mach.h .";
777a1439,1451
>            55E1346E043268A100000002 = {
>                    fileEncoding = 30;
>                    isa = PBXFileReference;
>                    name = GSPrivate.h;
>                    path = 
/Users/dave/Developer/gnustep/core/base/Source/GSPrivate.h;
>                    refType = 0;
>            };
>            55E1346F043268A100000002 = {
>                    fileRef = 55E1346E043268A100000002;
>                    isa = PBXBuildFile;
>                    settings = {
>                    };
>            };
814,819d1487
<            55F7D5DD03E48BDD00000001 = {
<                    fileRef = 55CF466903E367A500000001;
<                    isa = PBXBuildFile;
<                    settings = {
<                    };
<            };
836,837c1504,1505
<                    path = /Users/dave/Developer/gnustep/core/base/ANNOUNCE;
<                    refType = 0;
---
>                    path = ../ANNOUNCE;
>                    refType = 4;
843,844c1511,1512
<                    path = /Users/dave/Developer/gnustep/core/base/BUGS;
<                    refType = 0;
---
>                    path = ../BUGS;
>                    refType = 4;
850,851c1518,1519
<                    path = /Users/dave/Developer/gnustep/core/base/ChangeLog;
<                    refType = 0;
---
>                    path = ../ChangeLog;
>                    refType = 4;
857,858c1525,1526
<                    path = /Users/dave/Developer/gnustep/core/base/COPYING;
<                    refType = 0;
---
>                    path = ../COPYING;
>                    refType = 4;
864,865c1532,1533
<                    path = /Users/dave/Developer/gnustep/core/base/COPYING.LIB;
<                    refType = 0;
---
>                    path = ../COPYING.LIB;
>                    refType = 4;
871,872c1539,1540
<                    path = /Users/dave/Developer/gnustep/core/base/INSTALL;
<                    refType = 0;
---
>                    path = ../INSTALL;
>                    refType = 4;
878,879c1546,1547
<                    path = /Users/dave/Developer/gnustep/core/base/NEWS;
<                    refType = 0;
---
>                    path = ../NEWS;
>                    refType = 4;
885,886c1553,1554
<                    path = /Users/dave/Developer/gnustep/core/base/README;
<                    refType = 0;
---
>                    path = ../README;
>                    refType = 4;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]