Changeset b59b44ff32713bee414f4b3ffe42b7e7353fa6c5

Show
Ignore:
Timestamp:
02/06/08 15:52:35 (7 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202309555 +0000
git-parent:

[54f8fd2b8b3a86cbd99df45220352d0fd95b41d1]

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

macosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase I hope).

Files:

Legend:

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

    r54f8fd2 rb59b44f  
    3838            buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */; 
    3939            buildPhases = ( 
     40                631A90420D5A007D0014A2CE /* ShellScript */, 
    4041                63FFDBCD0D2AE2AE0092FC96 /* ShellScript */, 
    4142            ); 
     
    417418 
    418419/* Begin PBXShellScriptBuildPhase section */ 
     420        631A90420D5A007D0014A2CE /* ShellScript */ = { 
     421            isa = PBXShellScriptBuildPhase; 
     422            buildActionMask = 2147483647; 
     423            files = ( 
     424            ); 
     425            inputPaths = ( 
     426            ); 
     427            outputPaths = ( 
     428                $SRCROOT/../../../CMakeLists.txt, 
     429            ); 
     430            runOnlyForDeploymentPostprocessing = 0; 
     431            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            showEnvVarsInLog = 0; 
     434        }; 
    419435        633BD6E30D2ADF030012A314 /* ShellScript */ = { 
    420436            isa = PBXShellScriptBuildPhase; 
     
    453469            ); 
    454470            inputPaths = ( 
    455                 $SRCROOT/../../../bootstrap, 
    456471                $SRCROOT/../../../CMakeLists.txt, 
    457472            );