Changeset dab05ad97ee65226fc8d511b698eb1f3dac5862f

Show
Ignore:
Timestamp:
02/08/08 20:44:28 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202499868 +0000
git-parent:

[0bba88b3fea3912e50aaef690a419a4ee8cd5c65]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202499868 +0000
Message:

macosx/framework: Correctly set the Input and Output files of the script target to save uneeded script execution.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

    r354034b rdab05ad  
    424424            ); 
    425425            inputPaths = ( 
     426                "$(SRCROOT)/../../../extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh", 
    426427            ); 
    427428            outputPaths = ( 
     
    430431            runOnlyForDeploymentPostprocessing = 0; 
    431432            shellPath = /bin/sh; 
    432             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"; 
     433            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"; 
    433434            showEnvVarsInLog = 0; 
    434435        }; 
     
    472473            ); 
    473474            outputPaths = ( 
     475                $SYMROOT/vlc_build_dir/CMakeCache.txt, 
    474476            ); 
    475477            runOnlyForDeploymentPostprocessing = 0;