Adding osx files.
git-svn-id: http://openexile.googlecode.com/svn/trunk@2 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
265
osx/Scenario Editor/Editor.xcodeproj/project.pbxproj
Normal file
265
osx/Scenario Editor/Editor.xcodeproj/project.pbxproj
Normal file
@@ -0,0 +1,265 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
2BDBD33B0C0A231100A0A01D /* buttonmg.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3350C0A231100A0A01D /* buttonmg.c */; };
|
||||
2BDBD33C0C0A231100A0A01D /* dialogutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3370C0A231100A0A01D /* dialogutils.c */; };
|
||||
2BDBD33D0C0A231100A0A01D /* dlogtool.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3390C0A231100A0A01D /* dlogtool.c */; };
|
||||
2BDBD3520C0A232300A0A01D /* Exiletedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD33E0C0A232300A0A01D /* Exiletedit.c */; };
|
||||
2BDBD3540C0A232300A0A01D /* global.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3410C0A232300A0A01D /* global.c */; };
|
||||
2BDBD3550C0A232300A0A01D /* keydlgs.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3440C0A232300A0A01D /* keydlgs.c */; };
|
||||
2BDBD3560C0A232300A0A01D /* scenario.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3460C0A232300A0A01D /* scenario.c */; };
|
||||
2BDBD3570C0A232300A0A01D /* sound.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD3480C0A232300A0A01D /* sound.c */; };
|
||||
2BDBD3580C0A232300A0A01D /* tactions.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BDBD34A0C0A232300A0A01D /* tactions.c */; };
|
||||
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 */; };
|
||||
/* End PBXBuildFile 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>"; };
|
||||
2BDBD3350C0A231100A0A01D /* buttonmg.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = buttonmg.c; sourceTree = "<group>"; };
|
||||
2BDBD3360C0A231100A0A01D /* buttonmg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = buttonmg.h; sourceTree = "<group>"; };
|
||||
2BDBD3370C0A231100A0A01D /* dialogutils.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = dialogutils.c; sourceTree = "<group>"; };
|
||||
2BDBD3380C0A231100A0A01D /* dialogutils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dialogutils.h; sourceTree = "<group>"; };
|
||||
2BDBD3390C0A231100A0A01D /* dlogtool.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = dlogtool.c; sourceTree = "<group>"; };
|
||||
2BDBD33A0C0A231100A0A01D /* dlogtool.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dlogtool.h; sourceTree = "<group>"; };
|
||||
2BDBD33E0C0A232300A0A01D /* Exiletedit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = Exiletedit.c; sourceTree = "<group>"; };
|
||||
2BDBD33F0C0A232300A0A01D /* fileio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fileio.c; sourceTree = "<group>"; };
|
||||
2BDBD3400C0A232300A0A01D /* fileio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fileio.h; sourceTree = "<group>"; };
|
||||
2BDBD3410C0A232300A0A01D /* global.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = global.c; sourceTree = "<group>"; };
|
||||
2BDBD3420C0A232300A0A01D /* global.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = global.h; sourceTree = "<group>"; };
|
||||
2BDBD3430C0A232300A0A01D /* itemlist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = itemlist.h; sourceTree = "<group>"; };
|
||||
2BDBD3440C0A232300A0A01D /* keydlgs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = keydlgs.c; sourceTree = "<group>"; };
|
||||
2BDBD3450C0A232300A0A01D /* keydlgs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = keydlgs.h; sourceTree = "<group>"; };
|
||||
2BDBD3460C0A232300A0A01D /* scenario.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = scenario.c; sourceTree = "<group>"; };
|
||||
2BDBD3470C0A232300A0A01D /* scenario.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = scenario.h; sourceTree = "<group>"; };
|
||||
2BDBD3480C0A232300A0A01D /* sound.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sound.c; sourceTree = "<group>"; };
|
||||
2BDBD3490C0A232300A0A01D /* sound.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = sound.h; sourceTree = "<group>"; };
|
||||
2BDBD34A0C0A232300A0A01D /* tactions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tactions.c; sourceTree = "<group>"; };
|
||||
2BDBD34B0C0A232300A0A01D /* tactions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = tactions.h; sourceTree = "<group>"; };
|
||||
2BDBD34C0C0A232300A0A01D /* tfileio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tfileio.c; sourceTree = "<group>"; };
|
||||
2BDBD34D0C0A232300A0A01D /* tfileio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = tfileio.h; sourceTree = "<group>"; };
|
||||
2BDBD34E0C0A232300A0A01D /* tGraphics.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tGraphics.c; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
2BDBD32A0C0A22DE00A0A01D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
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 */,
|
||||
2BDBD32D0C0A22DE00A0A01D /* Products */,
|
||||
2BDBD32F0C0A22DE00A0A01D /* BoE Scenario Editor-Info.plist */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BDBD32D0C0A22DE00A0A01D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BDBD32C0C0A22DE00A0A01D /* BoE Scenario Editor.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
2BDBD32B0C0A22DE00A0A01D /* BoE Scenario Editor */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2BDBD3300C0A22DF00A0A01D /* Build configuration list for PBXNativeTarget "BoE Scenario Editor" */;
|
||||
buildPhases = (
|
||||
2BDBD3280C0A22DE00A0A01D /* Resources */,
|
||||
2BDBD3290C0A22DE00A0A01D /* Sources */,
|
||||
2BDBD32A0C0A22DE00A0A01D /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "BoE Scenario Editor";
|
||||
productName = "BoE Scenario Editor";
|
||||
productReference = 2BDBD32C0C0A22DE00A0A01D /* BoE Scenario Editor.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
2BDBD31E0C0A22AB00A0A01D /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 2BDBD31F0C0A22AB00A0A01D /* Build configuration list for PBXProject "Editor" */;
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = 2BDBD31C0C0A22AB00A0A01D;
|
||||
productRefGroup = 2BDBD32D0C0A22DE00A0A01D /* Products */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
2BDBD32B0C0A22DE00A0A01D /* BoE Scenario Editor */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2BDBD3280C0A22DE00A0A01D /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
2BDBD3290C0A22DE00A0A01D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BDBD33B0C0A231100A0A01D /* buttonmg.c in Sources */,
|
||||
2BDBD33C0C0A231100A0A01D /* dialogutils.c in Sources */,
|
||||
2BDBD33D0C0A231100A0A01D /* dlogtool.c in Sources */,
|
||||
2BDBD3520C0A232300A0A01D /* Exiletedit.c in Sources */,
|
||||
2BDBD3540C0A232300A0A01D /* global.c in Sources */,
|
||||
2BDBD3550C0A232300A0A01D /* keydlgs.c in Sources */,
|
||||
2BDBD3560C0A232300A0A01D /* scenario.c in Sources */,
|
||||
2BDBD3570C0A232300A0A01D /* sound.c in Sources */,
|
||||
2BDBD3580C0A232300A0A01D /* tactions.c in Sources */,
|
||||
2BDBD3590C0A232300A0A01D /* tfileio.c in Sources */,
|
||||
2BDBD35A0C0A232300A0A01D /* tGraphics.c in Sources */,
|
||||
2BDBD35B0C0A232300A0A01D /* townout.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
2BDBD3200C0A22AB00A0A01D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
2BDBD3210C0A22AB00A0A01D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
2BDBD3310C0A22DF00A0A01D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = ppc;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
|
||||
INFOPLIST_FILE = "BoE Scenario Editor-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
OTHER_CFLAGS = "-fpack-struct=2";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
Carbon,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "BoE Scenario Editor";
|
||||
WRAPPER_EXTENSION = app;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
2BDBD3320C0A22DF00A0A01D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = ppc;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h";
|
||||
INFOPLIST_FILE = "BoE Scenario Editor-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
OTHER_CFLAGS = "-fpack-struct=2";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
Carbon,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "BoE Scenario Editor";
|
||||
WRAPPER_EXTENSION = app;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2BDBD31F0C0A22AB00A0A01D /* Build configuration list for PBXProject "Editor" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2BDBD3200C0A22AB00A0A01D /* Debug */,
|
||||
2BDBD3210C0A22AB00A0A01D /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
2BDBD3300C0A22DF00A0A01D /* Build configuration list for PBXNativeTarget "BoE Scenario Editor" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2BDBD3310C0A22DF00A0A01D /* Debug */,
|
||||
2BDBD3320C0A22DF00A0A01D /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 2BDBD31E0C0A22AB00A0A01D /* Project object */;
|
||||
}
|
Reference in New Issue
Block a user