mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
0e45984fa0
The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI().
322 lines
9.4 KiB
Plaintext
Executable File
322 lines
9.4 KiB
Plaintext
Executable File
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
29BD669758D50FE722B06C79 /* SDL_dummy_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F856225FD74A1E14E96A1B /* SDL_dummy_main.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
71F856225FD74A1E14E96A1B /* SDL_dummy_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_dummy_main.c"; path = "../../../../src/main/dummy/SDL_dummy_main.c"; sourceTree = "<group>"; };
|
|
0FF7291B375C79BC57696B66 /* libSDL2main.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDL2main.a"; path = "libSDL2main.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
2C105D930723156E1E4B7E72 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
54034EA07AB7217318964A6E /* SDL2main */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
370812FB4CD82A3500B44A8F /* src */,
|
|
0EFD247D20756248746E659C /* Products */,
|
|
);
|
|
name = "SDL2main";
|
|
sourceTree = "<group>";
|
|
};
|
|
370812FB4CD82A3500B44A8F /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
24F2201B5B4B4452068D1420 /* main */,
|
|
);
|
|
name = "src";
|
|
sourceTree = "<group>";
|
|
};
|
|
24F2201B5B4B4452068D1420 /* main */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4A1A228C507C1C1154322017 /* dummy */,
|
|
);
|
|
name = "main";
|
|
sourceTree = "<group>";
|
|
};
|
|
4A1A228C507C1C1154322017 /* dummy */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
71F856225FD74A1E14E96A1B /* SDL_dummy_main.c */,
|
|
);
|
|
name = "dummy";
|
|
sourceTree = "<group>";
|
|
};
|
|
0EFD247D20756248746E659C /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
0FF7291B375C79BC57696B66 /* libSDL2main.a */,
|
|
);
|
|
name = "Products";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
1BAE4A0A77462FDC330812A3 /* SDL2main */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1A2E595E2E1C4700667043CF /* Build configuration list for PBXNativeTarget "SDL2main" */;
|
|
buildPhases = (
|
|
7E071A4C0BA6488545EE2589 /* Resources */,
|
|
66FE5C800B0736B878E917F4 /* Sources */,
|
|
2C105D930723156E1E4B7E72 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "SDL2main";
|
|
productName = "SDL2main";
|
|
productReference = 0FF7291B375C79BC57696B66 /* libSDL2main.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 54034EA07AB7217318964A6E /* SDL2main */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
1BAE4A0A77462FDC330812A3 /* libSDL2main.a */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
7E071A4C0BA6488545EE2589 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
66FE5C800B0736B878E917F4 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
29BD669758D50FE722B06C79 /* SDL_dummy_main.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
0E7D5D4978107C7C5649003A /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CONFIGURATION_BUILD_DIR = Build/Debug;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PRODUCT_NAME = "SDL2main";
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
3E4560A24A540DEA2B1C479D /* Debug Native */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CONFIGURATION_BUILD_DIR = Build/Debug;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PRODUCT_NAME = "SDL2main";
|
|
};
|
|
name = "Debug Native";
|
|
};
|
|
36EB0A9212DE4F1F20716C6D /* Release Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
CONFIGURATION_BUILD_DIR = Build/Release;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PRODUCT_NAME = "SDL2main";
|
|
};
|
|
name = "Release Universal";
|
|
};
|
|
16F07B73430072407B5E5B4C /* Release Native */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
CONFIGURATION_BUILD_DIR = Build/Release;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/lib;
|
|
PRODUCT_NAME = "SDL2main";
|
|
};
|
|
name = "Release Native";
|
|
};
|
|
12BE29D8370353AC6CF23615 /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
|
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"USING_PREMAKE_CONFIG_H",
|
|
"_DEBUG",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"..",
|
|
"../../../../include",
|
|
);
|
|
OBJROOT = "obj/Universal/Debug";
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SYMROOT = "Build/Debug";
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
1DE146FB1F8570F9015A5942 /* Debug Native */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
|
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
|
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"USING_PREMAKE_CONFIG_H",
|
|
"_DEBUG",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"..",
|
|
"../../../../include",
|
|
);
|
|
OBJROOT = "obj/Debug";
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SYMROOT = "Build/Debug";
|
|
};
|
|
name = "Debug Native";
|
|
};
|
|
159852CD1A6D039F6AD57AC2 /* Release Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
|
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 3;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"USING_PREMAKE_CONFIG_H",
|
|
"NDEBUG",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"..",
|
|
"../../../../include",
|
|
);
|
|
OBJROOT = "obj/Universal/Release";
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SYMROOT = "Build/Release";
|
|
};
|
|
name = "Release Universal";
|
|
};
|
|
76CC6C406BDA4AA4680729A4 /* Release Native */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
|
|
CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
|
|
CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 3;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"USING_PREMAKE_CONFIG_H",
|
|
"NDEBUG",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"..",
|
|
"../../../../include",
|
|
);
|
|
OBJROOT = "obj/Release";
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SYMROOT = "Build/Release";
|
|
};
|
|
name = "Release Native";
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1A2E595E2E1C4700667043CF /* Build configuration list for PBXNativeTarget "libSDL2main.a" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
0E7D5D4978107C7C5649003A /* Debug Universal */,
|
|
3E4560A24A540DEA2B1C479D /* Debug Native */,
|
|
36EB0A9212DE4F1F20716C6D /* Release Universal */,
|
|
16F07B73430072407B5E5B4C /* Release Native */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = "Debug Universal";
|
|
};
|
|
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
12BE29D8370353AC6CF23615 /* Debug Universal */,
|
|
1DE146FB1F8570F9015A5942 /* Debug Native */,
|
|
159852CD1A6D039F6AD57AC2 /* Release Universal */,
|
|
76CC6C406BDA4AA4680729A4 /* Release Native */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = "Debug Universal";
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
};
|
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
}
|