The scripts to generate header files are no longer necessary.
This commit is contained in:
parent
911522c1fe
commit
0a5c049c24
2 changed files with 0 additions and 221 deletions
|
@ -7,18 +7,6 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXAggregateTarget section */
|
||||
0064653F107E3D7400183915 /* Generate Header Files */ = {
|
||||
isa = PBXAggregateTarget;
|
||||
buildConfigurationList = 0064655A107E3E0400183915 /* Build configuration list for PBXAggregateTarget "Generate Header Files" */;
|
||||
buildPhases = (
|
||||
00646544107E3D8300183915 /* Run Script to Create SDL_config.h */,
|
||||
00646546107E3DB200183915 /* Run Script to Create SDL_revision.h */,
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "Generate Header Files";
|
||||
productName = "Generate Header Files";
|
||||
};
|
||||
00B4F47112F696830084EC00 /* BuildUniversalSimulatorDevicelibSDL */ = {
|
||||
isa = PBXAggregateTarget;
|
||||
buildConfigurationList = 00B4F47412F696B30084EC00 /* Build configuration list for PBXAggregateTarget "BuildUniversalSimulatorDevicelibSDL" */;
|
||||
|
@ -37,7 +25,6 @@
|
|||
00B4F48A12F6A69C0084EC00 /* ShellScript */,
|
||||
);
|
||||
dependencies = (
|
||||
00B4F4B112F6A9F00084EC00 /* PBXTargetDependency */,
|
||||
00B4F49712F6A7B00084EC00 /* PBXTargetDependency */,
|
||||
);
|
||||
name = PrepareXcodeProjectTemplate;
|
||||
|
@ -256,13 +243,6 @@
|
|||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
00646547107E3DE800183915 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 0064653F107E3D7400183915;
|
||||
remoteInfo = "Generate Header Files";
|
||||
};
|
||||
006E982A11955065001DE610 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
|
||||
|
@ -277,13 +257,6 @@
|
|||
remoteGlobalIDString = 00B4F47112F696830084EC00;
|
||||
remoteInfo = BuildUniversalSimulatorDevicelibSDL;
|
||||
};
|
||||
00B4F4B012F6A9F00084EC00 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 0064653F107E3D7400183915;
|
||||
remoteInfo = "Generate Header Files";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
|
@ -1318,7 +1291,6 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
00646548107E3DE800183915 /* PBXTargetDependency */,
|
||||
);
|
||||
name = libSDL;
|
||||
productName = iPhoneSDLStaticLib;
|
||||
|
@ -1345,7 +1317,6 @@
|
|||
projectRoot = ../..;
|
||||
targets = (
|
||||
FD6526620DE8FCCB002AD96B /* libSDL */,
|
||||
0064653F107E3D7400183915 /* Generate Header Files */,
|
||||
006E982111955059001DE610 /* testsdl */,
|
||||
00B4F47112F696830084EC00 /* BuildUniversalSimulatorDevicelibSDL */,
|
||||
00B4F48B12F6A69C0084EC00 /* PrepareXcodeProjectTemplate */,
|
||||
|
@ -1371,39 +1342,6 @@
|
|||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
00646544107E3D8300183915 /* Run Script to Create SDL_config.h */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/../../include/SDL_config.h.default",
|
||||
);
|
||||
name = "Run Script to Create SDL_config.h";
|
||||
outputPaths = (
|
||||
"$(SRCROOT)/../../include/SDL_config.h",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "# Make sure that include/SDL_config.h is a symlink to SDL_config.h.default.\n# If it exists and is not a symlink, it was probably generated by configure and\n# we move it aside.\nif [ ! -L ../../include/SDL_config.h ]; then\n if [ -e ../../include/SDL_config.h ]; then\n mv ../../include/SDL_config.h ../../include/SDL_config.h.generated\n fi\n ln -s SDL_config.h.default ../../include/SDL_config.h\nfi\n";
|
||||
};
|
||||
00646546107E3DB200183915 /* Run Script to Create SDL_revision.h */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(SRCROOT)/../../build-scripts/showrev.sh",
|
||||
"$(SRCROOT)/../../build-scripts/updaterev.sh",
|
||||
);
|
||||
name = "Run Script to Create SDL_revision.h";
|
||||
outputPaths = (
|
||||
"$(SRCROOT)/../../include/SDL_revision.h",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if test -f ~/.bash_profile; then source ~/.bash_profile; fi\nif test -f ~/.bashrc; then source ~/.bashrc; fi\nsh ../../build-scripts/updaterev.sh";
|
||||
};
|
||||
00B4F47012F696830084EC00 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -1556,11 +1494,6 @@
|
|||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
00646548107E3DE800183915 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 0064653F107E3D7400183915 /* Generate Header Files */;
|
||||
targetProxy = 00646547107E3DE800183915 /* PBXContainerItemProxy */;
|
||||
};
|
||||
006E982B11955065001DE610 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = FD6526620DE8FCCB002AD96B /* libSDL */;
|
||||
|
@ -1571,35 +1504,9 @@
|
|||
target = 00B4F47112F696830084EC00 /* BuildUniversalSimulatorDevicelibSDL */;
|
||||
targetProxy = 00B4F49612F6A7B00084EC00 /* PBXContainerItemProxy */;
|
||||
};
|
||||
00B4F4B112F6A9F00084EC00 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 0064653F107E3D7400183915 /* Generate Header Files */;
|
||||
targetProxy = 00B4F4B012F6A9F00084EC00 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
00646540107E3D7500183915 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
PRODUCT_NAME = "Generate Header Files";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
00646541107E3D7500183915 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
PRODUCT_NAME = "Generate Header Files";
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
006E98251195505B001DE610 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
|
@ -1753,15 +1660,6 @@
|
|||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
0064655A107E3E0400183915 /* Build configuration list for PBXAggregateTarget "Generate Header Files" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
00646540107E3D7500183915 /* Debug */,
|
||||
00646541107E3D7500183915 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
006E98271195505B001DE610 /* Build configuration list for PBXNativeTarget "testsdl" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue