]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Correctly set the Input and Output files of the script target to...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 8 Feb 2008 19:44:28 +0000 (19:44 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 8 Feb 2008 19:44:28 +0000 (19:44 +0000)
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index dead1fd1468f0643cff26403fe7868bd53c92249..061423123d92af46238a75906e63a1cb46ab12ad 100644 (file)
                        files = (
                        );
                        inputPaths = (
+                               "$(SRCROOT)/../../../extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh",
                        );
                        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";
+                       shellScript = "top_srcdir=`pwd`/../../..\n\nif test $ACTION = \"clean\"\nthen\n    rm -f $top_srcdir/CMakeLists.txt\n    exit 0\nfi\n\ncd $top_srcdir && ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh";
                        showEnvVarsInLog = 0;
                };
                633BD6E30D2ADF030012A314 /* ShellScript */ = {
                                $SRCROOT/../../../CMakeLists.txt,
                        );
                        outputPaths = (
+                               $SYMROOT/vlc_build_dir/CMakeCache.txt,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;