mirror of https://github.com/BOINC/boinc.git
- zip: add Mac project file (from Carl)
svn path=/trunk/boinc/; revision=18195
This commit is contained in:
parent
b37c4f3cef
commit
5b0b612303
|
@ -17,7 +17,9 @@ int zip_main(int argc, char** argv);
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#ifndef __APPLE_CC__
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
using std::string;
|
||||
|
|
|
@ -0,0 +1,379 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 45;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E32411B80FC5DBAB0006868A /* api.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411A60FC5DBAB0006868A /* api.c */; };
|
||||
E32411B90FC5DBAB0006868A /* apihelp.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411A70FC5DBAB0006868A /* apihelp.c */; };
|
||||
E32411BA0FC5DBAB0006868A /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411A80FC5DBAB0006868A /* crc32.c */; };
|
||||
E32411BB0FC5DBAB0006868A /* crctab.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411A90FC5DBAB0006868A /* crctab.c */; };
|
||||
E32411BC0FC5DBAB0006868A /* envargs.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411AA0FC5DBAB0006868A /* envargs.c */; };
|
||||
E32411BD0FC5DBAB0006868A /* explode.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411AB0FC5DBAB0006868A /* explode.c */; };
|
||||
E32411BE0FC5DBAB0006868A /* extract.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411AC0FC5DBAB0006868A /* extract.c */; };
|
||||
E32411BF0FC5DBAB0006868A /* fileio.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411AD0FC5DBAB0006868A /* fileio.c */; };
|
||||
E32411C00FC5DBAB0006868A /* globals.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411AE0FC5DBAB0006868A /* globals.c */; };
|
||||
E32411C10FC5DBAB0006868A /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411AF0FC5DBAB0006868A /* inflate.c */; };
|
||||
E32411C20FC5DBAB0006868A /* list.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B00FC5DBAB0006868A /* list.c */; };
|
||||
E32411C30FC5DBAB0006868A /* match.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B10FC5DBAB0006868A /* match.c */; };
|
||||
E32411C40FC5DBAB0006868A /* process.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B20FC5DBAB0006868A /* process.c */; };
|
||||
E32411C50FC5DBAB0006868A /* ttyio.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B30FC5DBAB0006868A /* ttyio.c */; };
|
||||
E32411C60FC5DBAB0006868A /* unreduce.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B40FC5DBAB0006868A /* unreduce.c */; };
|
||||
E32411C70FC5DBAB0006868A /* unshrink.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B50FC5DBAB0006868A /* unshrink.c */; };
|
||||
E32411C80FC5DBAB0006868A /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B60FC5DBAB0006868A /* unzip.c */; };
|
||||
E32411C90FC5DBAB0006868A /* zipinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411B70FC5DBAB0006868A /* zipinfo.c */; };
|
||||
E32411D20FC5DBFA0006868A /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411CA0FC5DBFA0006868A /* deflate.c */; };
|
||||
E32411D30FC5DBFA0006868A /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411CB0FC5DBFA0006868A /* trees.c */; };
|
||||
E32411D40FC5DBFA0006868A /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411CC0FC5DBFA0006868A /* util.c */; };
|
||||
E32411D50FC5DBFA0006868A /* z_fileio.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411CD0FC5DBFA0006868A /* z_fileio.c */; };
|
||||
E32411D60FC5DBFA0006868A /* z_globals.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411CE0FC5DBFA0006868A /* z_globals.c */; };
|
||||
E32411D70FC5DBFA0006868A /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411CF0FC5DBFA0006868A /* zip.c */; };
|
||||
E32411D80FC5DBFA0006868A /* zipfile.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411D00FC5DBFA0006868A /* zipfile.c */; };
|
||||
E32411D90FC5DBFA0006868A /* zipup.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411D10FC5DBFA0006868A /* zipup.c */; };
|
||||
E32411DB0FC5DC110006868A /* z_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411DA0FC5DC110006868A /* z_unix.c */; };
|
||||
E32411DD0FC5DC2B0006868A /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = E32411DC0FC5DC2B0006868A /* unix.c */; };
|
||||
E32411DF0FC5DC410006868A /* boinc_zip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E32411DE0FC5DC410006868A /* boinc_zip.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D2AAC046055464E500DB518D /* libboinc_zip.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libboinc_zip.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E32411A60FC5DBAB0006868A /* api.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 4; name = api.c; path = unzip/api.c; sourceTree = "<group>"; };
|
||||
E32411A70FC5DBAB0006868A /* apihelp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = apihelp.c; path = unzip/apihelp.c; sourceTree = "<group>"; };
|
||||
E32411A80FC5DBAB0006868A /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = unzip/crc32.c; sourceTree = "<group>"; };
|
||||
E32411A90FC5DBAB0006868A /* crctab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crctab.c; path = unzip/crctab.c; sourceTree = "<group>"; };
|
||||
E32411AA0FC5DBAB0006868A /* envargs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = envargs.c; path = unzip/envargs.c; sourceTree = "<group>"; };
|
||||
E32411AB0FC5DBAB0006868A /* explode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = explode.c; path = unzip/explode.c; sourceTree = "<group>"; };
|
||||
E32411AC0FC5DBAB0006868A /* extract.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extract.c; path = unzip/extract.c; sourceTree = "<group>"; };
|
||||
E32411AD0FC5DBAB0006868A /* fileio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fileio.c; path = unzip/fileio.c; sourceTree = "<group>"; };
|
||||
E32411AE0FC5DBAB0006868A /* globals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = globals.c; path = unzip/globals.c; sourceTree = "<group>"; };
|
||||
E32411AF0FC5DBAB0006868A /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = unzip/inflate.c; sourceTree = "<group>"; };
|
||||
E32411B00FC5DBAB0006868A /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = list.c; path = unzip/list.c; sourceTree = "<group>"; };
|
||||
E32411B10FC5DBAB0006868A /* match.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = match.c; path = unzip/match.c; sourceTree = "<group>"; };
|
||||
E32411B20FC5DBAB0006868A /* process.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = process.c; path = unzip/process.c; sourceTree = "<group>"; };
|
||||
E32411B30FC5DBAB0006868A /* ttyio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ttyio.c; path = unzip/ttyio.c; sourceTree = "<group>"; };
|
||||
E32411B40FC5DBAB0006868A /* unreduce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unreduce.c; path = unzip/unreduce.c; sourceTree = "<group>"; };
|
||||
E32411B50FC5DBAB0006868A /* unshrink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unshrink.c; path = unzip/unshrink.c; sourceTree = "<group>"; };
|
||||
E32411B60FC5DBAB0006868A /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = unzip/unzip.c; sourceTree = "<group>"; };
|
||||
E32411B70FC5DBAB0006868A /* zipinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zipinfo.c; path = unzip/zipinfo.c; sourceTree = "<group>"; };
|
||||
E32411CA0FC5DBFA0006868A /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = zip/deflate.c; sourceTree = "<group>"; };
|
||||
E32411CB0FC5DBFA0006868A /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = trees.c; path = zip/trees.c; sourceTree = "<group>"; };
|
||||
E32411CC0FC5DBFA0006868A /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = zip/util.c; sourceTree = "<group>"; };
|
||||
E32411CD0FC5DBFA0006868A /* z_fileio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = z_fileio.c; path = zip/z_fileio.c; sourceTree = "<group>"; };
|
||||
E32411CE0FC5DBFA0006868A /* z_globals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = z_globals.c; path = zip/z_globals.c; sourceTree = "<group>"; };
|
||||
E32411CF0FC5DBFA0006868A /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = zip/zip.c; sourceTree = "<group>"; };
|
||||
E32411D00FC5DBFA0006868A /* zipfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zipfile.c; path = zip/zipfile.c; sourceTree = "<group>"; };
|
||||
E32411D10FC5DBFA0006868A /* zipup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zipup.c; path = zip/zipup.c; sourceTree = "<group>"; };
|
||||
E32411DA0FC5DC110006868A /* z_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = z_unix.c; path = zip/unix/z_unix.c; sourceTree = "<group>"; };
|
||||
E32411DC0FC5DC2B0006868A /* unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unix.c; path = unzip/unix/unix.c; sourceTree = "<group>"; };
|
||||
E32411DE0FC5DC410006868A /* boinc_zip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = boinc_zip.cpp; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D289987405E68DCB004EDB86 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
08FB7794FE84155DC02AAC07 /* boinc_zip */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E32411A30FC5DB400006868A /* unzip */,
|
||||
E32411A20FC5DB390006868A /* zip */,
|
||||
08FB7795FE84155DC02AAC07 /* Source */,
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */,
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */,
|
||||
);
|
||||
name = boinc_zip;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB7795FE84155DC02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E32411DE0FC5DC410006868A /* boinc_zip.cpp */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D2AAC046055464E500DB518D /* libboinc_zip.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C6A0FF2B0290797F04C91782 /* Documentation */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
name = Documentation;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E32411A20FC5DB390006868A /* zip */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E32411DA0FC5DC110006868A /* z_unix.c */,
|
||||
E32411CA0FC5DBFA0006868A /* deflate.c */,
|
||||
E32411CB0FC5DBFA0006868A /* trees.c */,
|
||||
E32411CC0FC5DBFA0006868A /* util.c */,
|
||||
E32411CD0FC5DBFA0006868A /* z_fileio.c */,
|
||||
E32411CE0FC5DBFA0006868A /* z_globals.c */,
|
||||
E32411CF0FC5DBFA0006868A /* zip.c */,
|
||||
E32411D00FC5DBFA0006868A /* zipfile.c */,
|
||||
E32411D10FC5DBFA0006868A /* zipup.c */,
|
||||
);
|
||||
name = zip;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E32411A30FC5DB400006868A /* unzip */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E32411DC0FC5DC2B0006868A /* unix.c */,
|
||||
E32411A60FC5DBAB0006868A /* api.c */,
|
||||
E32411A70FC5DBAB0006868A /* apihelp.c */,
|
||||
E32411A80FC5DBAB0006868A /* crc32.c */,
|
||||
E32411A90FC5DBAB0006868A /* crctab.c */,
|
||||
E32411AA0FC5DBAB0006868A /* envargs.c */,
|
||||
E32411AB0FC5DBAB0006868A /* explode.c */,
|
||||
E32411AC0FC5DBAB0006868A /* extract.c */,
|
||||
E32411AD0FC5DBAB0006868A /* fileio.c */,
|
||||
E32411AE0FC5DBAB0006868A /* globals.c */,
|
||||
E32411AF0FC5DBAB0006868A /* inflate.c */,
|
||||
E32411B00FC5DBAB0006868A /* list.c */,
|
||||
E32411B10FC5DBAB0006868A /* match.c */,
|
||||
E32411B20FC5DBAB0006868A /* process.c */,
|
||||
E32411B30FC5DBAB0006868A /* ttyio.c */,
|
||||
E32411B40FC5DBAB0006868A /* unreduce.c */,
|
||||
E32411B50FC5DBAB0006868A /* unshrink.c */,
|
||||
E32411B60FC5DBAB0006868A /* unzip.c */,
|
||||
E32411B70FC5DBAB0006868A /* zipinfo.c */,
|
||||
);
|
||||
name = unzip;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D2AAC043055464E500DB518D /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D2AAC045055464E500DB518D /* boinc_zip */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "boinc_zip" */;
|
||||
buildPhases = (
|
||||
D2AAC043055464E500DB518D /* Headers */,
|
||||
D2AAC044055464E500DB518D /* Sources */,
|
||||
D289987405E68DCB004EDB86 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = boinc_zip;
|
||||
productName = boinc_zip;
|
||||
productReference = D2AAC046055464E500DB518D /* libboinc_zip.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "boinc_zip" */;
|
||||
compatibilityVersion = "Xcode 3.1";
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 08FB7794FE84155DC02AAC07 /* boinc_zip */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
D2AAC045055464E500DB518D /* boinc_zip */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D2AAC044055464E500DB518D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E32411B80FC5DBAB0006868A /* api.c in Sources */,
|
||||
E32411B90FC5DBAB0006868A /* apihelp.c in Sources */,
|
||||
E32411BA0FC5DBAB0006868A /* crc32.c in Sources */,
|
||||
E32411BB0FC5DBAB0006868A /* crctab.c in Sources */,
|
||||
E32411BC0FC5DBAB0006868A /* envargs.c in Sources */,
|
||||
E32411BD0FC5DBAB0006868A /* explode.c in Sources */,
|
||||
E32411BE0FC5DBAB0006868A /* extract.c in Sources */,
|
||||
E32411BF0FC5DBAB0006868A /* fileio.c in Sources */,
|
||||
E32411C00FC5DBAB0006868A /* globals.c in Sources */,
|
||||
E32411C10FC5DBAB0006868A /* inflate.c in Sources */,
|
||||
E32411C20FC5DBAB0006868A /* list.c in Sources */,
|
||||
E32411C30FC5DBAB0006868A /* match.c in Sources */,
|
||||
E32411C40FC5DBAB0006868A /* process.c in Sources */,
|
||||
E32411C50FC5DBAB0006868A /* ttyio.c in Sources */,
|
||||
E32411C60FC5DBAB0006868A /* unreduce.c in Sources */,
|
||||
E32411C70FC5DBAB0006868A /* unshrink.c in Sources */,
|
||||
E32411C80FC5DBAB0006868A /* unzip.c in Sources */,
|
||||
E32411C90FC5DBAB0006868A /* zipinfo.c in Sources */,
|
||||
E32411D20FC5DBFA0006868A /* deflate.c in Sources */,
|
||||
E32411D30FC5DBFA0006868A /* trees.c in Sources */,
|
||||
E32411D40FC5DBFA0006868A /* util.c in Sources */,
|
||||
E32411D50FC5DBFA0006868A /* z_fileio.c in Sources */,
|
||||
E32411D60FC5DBFA0006868A /* z_globals.c in Sources */,
|
||||
E32411D70FC5DBFA0006868A /* zip.c in Sources */,
|
||||
E32411D80FC5DBFA0006868A /* zipfile.c in Sources */,
|
||||
E32411D90FC5DBFA0006868A /* zipup.c in Sources */,
|
||||
E32411DB0FC5DC110006868A /* z_unix.c in Sources */,
|
||||
E32411DD0FC5DC2B0006868A /* unix.c in Sources */,
|
||||
E32411DF0FC5DC410006868A /* boinc_zip.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1DEB91EC08733DB70010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
x86_64,
|
||||
);
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
_THREAD_SAFE,
|
||||
UNIX,
|
||||
DLL,
|
||||
PIC,
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
./,
|
||||
../lib/,
|
||||
./zip/,
|
||||
./unzip/,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_CFLAGS = (
|
||||
"-I../lib",
|
||||
"-Izip",
|
||||
"-Iunzip",
|
||||
"-I./",
|
||||
);
|
||||
PRODUCT_NAME = boinc_zip;
|
||||
SDKROOT = macosx10.4;
|
||||
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
|
||||
"SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1DEB91ED08733DB70010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
x86_64,
|
||||
);
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
_THREAD_SAFE,
|
||||
UNIX,
|
||||
DLL,
|
||||
PIC,
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
./,
|
||||
../lib/,
|
||||
./zip/,
|
||||
./unzip/,
|
||||
);
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_CFLAGS = (
|
||||
"-I../lib",
|
||||
"-Izip",
|
||||
"-Iunzip",
|
||||
"-I./",
|
||||
);
|
||||
PRODUCT_NAME = boinc_zip;
|
||||
SDKROOT = macosx10.4;
|
||||
"SDKROOT[arch=ppc]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk";
|
||||
"SDKROOT[arch=x86_64]" = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1DEB91F008733DB70010E9CD /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1DEB91F108733DB70010E9CD /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = macosx10.5;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "boinc_zip" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91EC08733DB70010E9CD /* Debug */,
|
||||
1DEB91ED08733DB70010E9CD /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "boinc_zip" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1DEB91F008733DB70010E9CD /* Debug */,
|
||||
1DEB91F108733DB70010E9CD /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
||||
}
|
Loading…
Reference in New Issue