mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-06-04 18:31:06 +08:00
257 lines
9.4 KiB
Plaintext
257 lines
9.4 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
BE48FF6707AFA9A800BB41DA /* SDLnetsys.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E06A2830119C8317F000001 /* SDLnetsys.h */; };
|
|
BE48FF6907AFA9A800BB41DA /* SDLnet.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2810119C8317F000001 /* SDLnet.c */; };
|
|
BE48FF6A07AFA9A800BB41DA /* SDLnetselect.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2820119C8317F000001 /* SDLnetselect.c */; };
|
|
BE48FF6B07AFA9A800BB41DA /* SDLnetTCP.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2840119C8317F000001 /* SDLnetTCP.c */; };
|
|
BE48FF6C07AFA9A800BB41DA /* SDLnetUDP.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E06A2850119C8317F000001 /* SDLnetUDP.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
0E06A2810119C8317F000001 /* SDLnet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnet.c; path = ../SDLnet.c; sourceTree = SOURCE_ROOT; };
|
|
0E06A2820119C8317F000001 /* SDLnetselect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetselect.c; path = ../SDLnetselect.c; sourceTree = SOURCE_ROOT; };
|
|
0E06A2830119C8317F000001 /* SDLnetsys.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDLnetsys.h; path = ../SDLnetsys.h; sourceTree = SOURCE_ROOT; };
|
|
0E06A2840119C8317F000001 /* SDLnetTCP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetTCP.c; path = ../SDLnetTCP.c; sourceTree = SOURCE_ROOT; };
|
|
0E06A2850119C8317F000001 /* SDLnetUDP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetUDP.c; path = ../SDLnetUDP.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAEA010A4B677F000001 /* SDL_net.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SDL_net.h; path = ../SDL_net.h; sourceTree = SOURCE_ROOT; };
|
|
1014BAEB010A4B677F000001 /* SDLnet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnet.c; path = ../SDLnet.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAEC010A4B677F000001 /* SDLnetselect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetselect.c; path = ../SDLnetselect.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAED010A4B677F000001 /* SDLnetTCP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetTCP.c; path = ../SDLnetTCP.c; sourceTree = SOURCE_ROOT; };
|
|
1014BAEE010A4B677F000001 /* SDLnetUDP.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = SDLnetUDP.c; path = ../SDLnetUDP.c; sourceTree = SOURCE_ROOT; };
|
|
BE48FF6F07AFA9A900BB41DA /* libSDL_net.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDL_net.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
BE48FF6D07AFA9A800BB41DA /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
0153844A006D81B07F000001 /* Public Headers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1014BAEA010A4B677F000001 /* SDL_net.h */,
|
|
);
|
|
name = "Public Headers";
|
|
sourceTree = "<group>";
|
|
};
|
|
034768DDFF38A45A11DB9C8B /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
089C1665FE841158C02AAC07 /* Resources */,
|
|
BE48FF6F07AFA9A900BB41DA /* libSDL_net.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
0867D691FE84028FC02AAC07 /* SDL_netFramework */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0153844A006D81B07F000001 /* Public Headers */,
|
|
08FB77ACFE841707C02AAC07 /* Library Source */,
|
|
034768DDFF38A45A11DB9C8B /* Products */,
|
|
);
|
|
name = SDL_netFramework;
|
|
sourceTree = "<group>";
|
|
};
|
|
089C1665FE841158C02AAC07 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
08FB77ACFE841707C02AAC07 /* Library Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0E06A2830119C8317F000001 /* SDLnetsys.h */,
|
|
1014BAEB010A4B677F000001 /* SDLnet.c */,
|
|
1014BAEC010A4B677F000001 /* SDLnetselect.c */,
|
|
1014BAED010A4B677F000001 /* SDLnetTCP.c */,
|
|
1014BAEE010A4B677F000001 /* SDLnetUDP.c */,
|
|
0E06A2810119C8317F000001 /* SDLnet.c */,
|
|
0E06A2820119C8317F000001 /* SDLnetselect.c */,
|
|
0E06A2840119C8317F000001 /* SDLnetTCP.c */,
|
|
0E06A2850119C8317F000001 /* SDLnetUDP.c */,
|
|
);
|
|
name = "Library Source";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
BE48FF6607AFA9A800BB41DA /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF6707AFA9A800BB41DA /* SDLnetsys.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
BE48FF6507AFA9A800BB41DA /* Static Library */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 00F072010992C7C800D99510 /* Build configuration list for PBXNativeTarget "Static Library" */;
|
|
buildPhases = (
|
|
BE48FF6607AFA9A800BB41DA /* Headers */,
|
|
BE48FF6807AFA9A800BB41DA /* Sources */,
|
|
BE48FF6D07AFA9A800BB41DA /* Frameworks */,
|
|
BE48FF6E07AFA9A800BB41DA /* Rez */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "Static Library";
|
|
productInstallPath = /usr/local/lib;
|
|
productName = "Static Library";
|
|
productReference = BE48FF6F07AFA9A900BB41DA /* libSDL_net.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
0867D690FE84028FC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0420;
|
|
};
|
|
buildConfigurationList = 00F072090992C7C800D99510 /* Build configuration list for PBXProject "SDL_net" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
);
|
|
mainGroup = 0867D691FE84028FC02AAC07 /* SDL_netFramework */;
|
|
productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
BE48FF6507AFA9A800BB41DA /* Static Library */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXRezBuildPhase section */
|
|
BE48FF6E07AFA9A800BB41DA /* Rez */ = {
|
|
isa = PBXRezBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXRezBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
BE48FF6807AFA9A800BB41DA /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
BE48FF6907AFA9A800BB41DA /* SDLnet.c in Sources */,
|
|
BE48FF6A07AFA9A800BB41DA /* SDLnetselect.c in Sources */,
|
|
BE48FF6B07AFA9A800BB41DA /* SDLnetTCP.c in Sources */,
|
|
BE48FF6C07AFA9A800BB41DA /* SDLnetUDP.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
00F072020992C7C800D99510 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
LIBRARY_STYLE = STATIC;
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = SDL_net;
|
|
};
|
|
name = Debug;
|
|
};
|
|
00F072030992C7C800D99510 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
LIBRARY_STYLE = STATIC;
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = SDL_net;
|
|
};
|
|
name = Release;
|
|
};
|
|
00F0720A0992C7C800D99510 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = (
|
|
armv6,
|
|
armv7,
|
|
);
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDL/include\"";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
00F0720B0992C7C800D99510 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = (
|
|
armv6,
|
|
armv7,
|
|
);
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../SDL/include\"";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
|
|
SDKROOT = iphoneos;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
00F072010992C7C800D99510 /* Build configuration list for PBXNativeTarget "Static Library" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
00F072020992C7C800D99510 /* Debug */,
|
|
00F072030992C7C800D99510 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
00F072090992C7C800D99510 /* Build configuration list for PBXProject "SDL_net" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
00F0720A0992C7C800D99510 /* Debug */,
|
|
00F0720B0992C7C800D99510 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
|
|
}
|