]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 6 Feb 2008 14:52:35 +0000 (14:52 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 6 Feb 2008 14:52:35 +0000 (14:52 +0000)
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index cd47867f91b7f937db9830090356c5cb9912d590..718b03d76626842711bac11cbe5ff2f2cf92fcb4 100644 (file)
@@ -37,6 +37,7 @@
                        isa = PBXAggregateTarget;
                        buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */;
                        buildPhases = (
+                               631A90420D5A007D0014A2CE /* ShellScript */,
                                63FFDBCD0D2AE2AE0092FC96 /* ShellScript */,
                        );
                        dependencies = (
 /* End PBXResourcesBuildPhase section */
 
 /* Begin PBXShellScriptBuildPhase section */
+               631A90420D5A007D0014A2CE /* ShellScript */ = {
+                       isa = PBXShellScriptBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                       );
+                       inputPaths = (
+                       );
+                       outputPaths = (
+                               $SRCROOT/../../../CMakeLists.txt,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+                       shellPath = /bin/sh;
+                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ntop_srcdir=`pwd`/../../..\ncd $top_srcdir && ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh";
+                       showEnvVarsInLog = 0;
+               };
                633BD6E30D2ADF030012A314 /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
                        );
                        inputPaths = (
-                               $SRCROOT/../../../bootstrap,
                                $SRCROOT/../../../CMakeLists.txt,
                        );
                        outputPaths = (