git-svn-id: http://openexile.googlecode.com/svn/trunk@3 4ebdad44-0ea0-11de-aab3-ff745001d230

This commit is contained in:
2009-04-13 17:51:31 +00:00
parent 9bc3b0c07b
commit 188ecc8bc4
45 changed files with 2668 additions and 2458 deletions

View File

@@ -19,8 +19,29 @@
2BDBD3590C0A232300A0A01D /* tfileio.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD34C0C0A232300A0A01D /* tfileio.c */; };
2BDBD35A0C0A232300A0A01D /* tGraphics.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD34E0C0A232300A0A01D /* tGraphics.c */; };
2BDBD35B0C0A232300A0A01D /* townout.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3500C0A232300A0A01D /* townout.c */; };
91D636090F90E9AB00674AB3 /* BOEScen.rsrc in Resources */ = {isa = PBXBuildFile; fileRef = 91D636080F90E9AB00674AB3 /* BOEScen.rsrc */; };
91D6360B0F90EA5000674AB3 /* BoE Scenario Editor.icns in Resources */ = {isa = PBXBuildFile; fileRef = 91D6360A0F90EA5000674AB3 /* BoE Scenario Editor.icns */; };
91D636140F90EA9C00674AB3 /* Blades of Exile Sounds in CopyFiles */ = {isa = PBXBuildFile; fileRef = 91D6360C0F90EA7500674AB3 /* Blades of Exile Sounds */; };
91D636150F90EA9C00674AB3 /* Blades of Exile Graphics in CopyFiles */ = {isa = PBXBuildFile; fileRef = 91D6360D0F90EA7500674AB3 /* Blades of Exile Graphics */; };
91D636160F90EA9C00674AB3 /* Blades of Exile Base in CopyFiles */ = {isa = PBXBuildFile; fileRef = 91D6360E0F90EA7500674AB3 /* Blades of Exile Base */; };
91D6361D0F90EBD100674AB3 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91D6361C0F90EBD100674AB3 /* Carbon.framework */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
91D636170F90EAC100674AB3 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 16;
files = (
91D636140F90EA9C00674AB3 /* Blades of Exile Sounds in CopyFiles */,
91D636150F90EA9C00674AB3 /* Blades of Exile Graphics in CopyFiles */,
91D636160F90EA9C00674AB3 /* Blades of Exile Base in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
2BDBD32C0C0A22DE00A0A01D /* BoE Scenario Editor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BoE Scenario Editor.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2BDBD32F0C0A22DE00A0A01D /* BoE Scenario Editor-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "BoE Scenario Editor-Info.plist"; sourceTree = "<group>"; };
@@ -50,6 +71,12 @@
2BDBD34F0C0A232300A0A01D /* tGraphics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = tGraphics.h; sourceTree = "<group>"; };
2BDBD3500C0A232300A0A01D /* townout.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = townout.c; sourceTree = "<group>"; };
2BDBD3510C0A232300A0A01D /* townout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = townout.h; sourceTree = "<group>"; };
91D636080F90E9AB00674AB3 /* BOEScen.rsrc */ = {isa = PBXFileReference; lastKnownFileType = archive.rsrc; path = BOEScen.rsrc; sourceTree = "<group>"; };
91D6360A0F90EA5000674AB3 /* BoE Scenario Editor.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = "BoE Scenario Editor.icns"; sourceTree = "<group>"; };
91D6360C0F90EA7500674AB3 /* Blades of Exile Sounds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Blades of Exile Sounds"; sourceTree = "<group>"; };
91D6360D0F90EA7500674AB3 /* Blades of Exile Graphics */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Blades of Exile Graphics"; sourceTree = "<group>"; };
91D6360E0F90EA7500674AB3 /* Blades of Exile Base */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Blades of Exile Base"; sourceTree = "<group>"; };
91D6361C0F90EBD100674AB3 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -57,6 +84,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
91D6361D0F90EBD100674AB3 /* Carbon.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -66,34 +94,11 @@
2BDBD31C0C0A22AB00A0A01D = {
isa = PBXGroup;
children = (
2BDBD33E0C0A232300A0A01D /* Exiletedit.c */,
2BDBD33F0C0A232300A0A01D /* fileio.c */,
2BDBD3400C0A232300A0A01D /* fileio.h */,
2BDBD3410C0A232300A0A01D /* global.c */,
2BDBD3420C0A232300A0A01D /* global.h */,
2BDBD3430C0A232300A0A01D /* itemlist.h */,
2BDBD3440C0A232300A0A01D /* keydlgs.c */,
2BDBD3450C0A232300A0A01D /* keydlgs.h */,
2BDBD3460C0A232300A0A01D /* scenario.c */,
2BDBD3470C0A232300A0A01D /* scenario.h */,
2BDBD3480C0A232300A0A01D /* sound.c */,
2BDBD3490C0A232300A0A01D /* sound.h */,
2BDBD34A0C0A232300A0A01D /* tactions.c */,
2BDBD34B0C0A232300A0A01D /* tactions.h */,
2BDBD34C0C0A232300A0A01D /* tfileio.c */,
2BDBD34D0C0A232300A0A01D /* tfileio.h */,
2BDBD34E0C0A232300A0A01D /* tGraphics.c */,
2BDBD34F0C0A232300A0A01D /* tGraphics.h */,
2BDBD3500C0A232300A0A01D /* townout.c */,
2BDBD3510C0A232300A0A01D /* townout.h */,
2BDBD3350C0A231100A0A01D /* buttonmg.c */,
2BDBD3360C0A231100A0A01D /* buttonmg.h */,
2BDBD3370C0A231100A0A01D /* dialogutils.c */,
2BDBD3380C0A231100A0A01D /* dialogutils.h */,
2BDBD3390C0A231100A0A01D /* dlogtool.c */,
2BDBD33A0C0A231100A0A01D /* dlogtool.h */,
91D6361C0F90EBD100674AB3 /* Carbon.framework */,
91D636070F90E97100674AB3 /* rsrc */,
91D636030F90E95F00674AB3 /* headers */,
91D636000F90E94100674AB3 /* src */,
2BDBD32D0C0A22DE00A0A01D /* Products */,
2BDBD32F0C0A22DE00A0A01D /* BoE Scenario Editor-Info.plist */,
);
sourceTree = "<group>";
};
@@ -105,6 +110,59 @@
name = Products;
sourceTree = "<group>";
};
91D636000F90E94100674AB3 /* src */ = {
isa = PBXGroup;
children = (
2BDBD33E0C0A232300A0A01D /* Exiletedit.c */,
2BDBD33F0C0A232300A0A01D /* fileio.c */,
2BDBD3410C0A232300A0A01D /* global.c */,
2BDBD3440C0A232300A0A01D /* keydlgs.c */,
2BDBD3460C0A232300A0A01D /* scenario.c */,
2BDBD3480C0A232300A0A01D /* sound.c */,
2BDBD34A0C0A232300A0A01D /* tactions.c */,
2BDBD34C0C0A232300A0A01D /* tfileio.c */,
2BDBD34E0C0A232300A0A01D /* tGraphics.c */,
2BDBD3500C0A232300A0A01D /* townout.c */,
2BDBD3350C0A231100A0A01D /* buttonmg.c */,
2BDBD3370C0A231100A0A01D /* dialogutils.c */,
2BDBD3390C0A231100A0A01D /* dlogtool.c */,
);
name = src;
sourceTree = "<group>";
};
91D636030F90E95F00674AB3 /* headers */ = {
isa = PBXGroup;
children = (
2BDBD3400C0A232300A0A01D /* fileio.h */,
2BDBD3420C0A232300A0A01D /* global.h */,
2BDBD3430C0A232300A0A01D /* itemlist.h */,
2BDBD3450C0A232300A0A01D /* keydlgs.h */,
2BDBD3470C0A232300A0A01D /* scenario.h */,
2BDBD3490C0A232300A0A01D /* sound.h */,
2BDBD34B0C0A232300A0A01D /* tactions.h */,
2BDBD34D0C0A232300A0A01D /* tfileio.h */,
2BDBD34F0C0A232300A0A01D /* tGraphics.h */,
2BDBD3510C0A232300A0A01D /* townout.h */,
2BDBD3360C0A231100A0A01D /* buttonmg.h */,
2BDBD3380C0A231100A0A01D /* dialogutils.h */,
2BDBD33A0C0A231100A0A01D /* dlogtool.h */,
);
name = headers;
sourceTree = "<group>";
};
91D636070F90E97100674AB3 /* rsrc */ = {
isa = PBXGroup;
children = (
91D6360C0F90EA7500674AB3 /* Blades of Exile Sounds */,
91D6360D0F90EA7500674AB3 /* Blades of Exile Graphics */,
91D6360E0F90EA7500674AB3 /* Blades of Exile Base */,
2BDBD32F0C0A22DE00A0A01D /* BoE Scenario Editor-Info.plist */,
91D636080F90E9AB00674AB3 /* BOEScen.rsrc */,
91D6360A0F90EA5000674AB3 /* BoE Scenario Editor.icns */,
);
name = rsrc;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -113,6 +171,7 @@
buildConfigurationList = 2BDBD3300C0A22DF00A0A01D /* Build configuration list for PBXNativeTarget "BoE Scenario Editor" */;
buildPhases = (
2BDBD3280C0A22DE00A0A01D /* Resources */,
91D636170F90EAC100674AB3 /* CopyFiles */,
2BDBD3290C0A22DE00A0A01D /* Sources */,
2BDBD32A0C0A22DE00A0A01D /* Frameworks */,
);
@@ -131,10 +190,12 @@
2BDBD31E0C0A22AB00A0A01D /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 2BDBD31F0C0A22AB00A0A01D /* Build configuration list for PBXProject "Editor" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = 2BDBD31C0C0A22AB00A0A01D;
productRefGroup = 2BDBD32D0C0A22DE00A0A01D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2BDBD32B0C0A22DE00A0A01D /* BoE Scenario Editor */,
);
@@ -146,6 +207,8 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
91D636090F90E9AB00674AB3 /* BOEScen.rsrc in Resources */,
91D6360B0F90EA5000674AB3 /* BoE Scenario Editor.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -177,14 +240,57 @@
2BDBD3200C0A22AB00A0A01D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
ppc,
);
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)/Scenario Editor";
COPY_PHASE_STRIP = NO;
GCC_INPUT_FILETYPE = sourcecode.cpp.cpp;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VALUE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LINK_WITH_STANDARD_LIBRARIES = YES;
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
SDKROOT = "$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/";
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk;
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
STRIP_INSTALLED_PRODUCT = NO;
SYMROOT = ../build;
};
name = Debug;
};
2BDBD3210C0A22AB00A0A01D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
ppc,
);
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)/Scenario Editor";
COPY_PHASE_STRIP = YES;
GCC_INPUT_FILETYPE = sourcecode.cpp.cpp;
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
GCC_WARN_UNUSED_VALUE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LINK_WITH_STANDARD_LIBRARIES = YES;
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3;
SDKROOT = "$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/";
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk;
STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = static;
SYMROOT = ../build;
};
name = Release;
};
@@ -193,6 +299,11 @@
buildSettings = {
ARCHS = ppc;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
);
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
@@ -219,6 +330,11 @@
buildSettings = {
ARCHS = ppc;
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
);
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks\"";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;