Added building of data to xcode build.
This commit is contained in:
@@ -715,6 +715,7 @@
|
|||||||
3189577C21A1FDA400FB2ABE /* Frameworks */,
|
3189577C21A1FDA400FB2ABE /* Frameworks */,
|
||||||
3189577D21A1FDA400FB2ABE /* CopyFiles */,
|
3189577D21A1FDA400FB2ABE /* CopyFiles */,
|
||||||
319B338E21A32B0800B78702 /* ShellScript */,
|
319B338E21A32B0800B78702 /* ShellScript */,
|
||||||
|
319CBA3821A3458100150830 /* ShellScript */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
@@ -867,6 +868,26 @@
|
|||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "# Type a script or drag a script file from your workspace to insert its path\ncd ${SOURCE_ROOT}/../../util\n\ncp ${BUILT_PRODUCTS_DIR}/makedefs .\n\n# Make dat/options\n# This also will generate include/date.h\n\n./makedefs -v\n";
|
shellScript = "# Type a script or drag a script file from your workspace to insert its path\ncd ${SOURCE_ROOT}/../../util\n\ncp ${BUILT_PRODUCTS_DIR}/makedefs .\n\n# Make dat/options\n# This also will generate include/date.h\n\n./makedefs -v\n";
|
||||||
};
|
};
|
||||||
|
319CBA3821A3458100150830 /* ShellScript */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
"$(SRC_ROOT)/../../dat/data.base",
|
||||||
|
"$(SRCROOT)/../../util/makedefs",
|
||||||
|
);
|
||||||
|
outputFileListPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
"$(SRC_ROOT)/../../data",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "# make data from data.base\ncd ${SOURCE_ROOT}/../../dat\n\n../util/makedefs -d\n";
|
||||||
|
};
|
||||||
/* End PBXShellScriptBuildPhase section */
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
|||||||
BIN
Binary file not shown.
+2
-2
@@ -12,7 +12,7 @@
|
|||||||
<key>dgn_comp.xcscheme_^#shared#^_</key>
|
<key>dgn_comp.xcscheme_^#shared#^_</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>orderHint</key>
|
<key>orderHint</key>
|
||||||
<integer>3</integer>
|
<integer>2</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>dlb.xcscheme_^#shared#^_</key>
|
<key>dlb.xcscheme_^#shared#^_</key>
|
||||||
<dict>
|
<dict>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<key>lev_comp.xcscheme_^#shared#^_</key>
|
<key>lev_comp.xcscheme_^#shared#^_</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>orderHint</key>
|
<key>orderHint</key>
|
||||||
<integer>2</integer>
|
<integer>3</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>makedefs.xcscheme_^#shared#^_</key>
|
<key>makedefs.xcscheme_^#shared#^_</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user