Changeset db5678713a7bb954606ba58e3b2bc5245fcd204f

Show
Ignore:
Timestamp:
02/04/08 03:30:03 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202092203 +0000
git-parent:

[ed6e425621bff5903ce84ed4ca09aacf921f13b2]

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

macosx/framework: Fix contrib location.

Files:

Legend:

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

    rb3372f1 rdb56787  
    423423            ); 
    424424            inputPaths = ( 
    425                 $SRCROOT/../../contrib/bootstrap, 
     425                $SRCROOT/../../../extras/contrib/bootstrap, 
    426426            ); 
    427427            outputPaths = ( 
    428                 $SRCROOT/../../contrib/config.mak, 
     428                $SRCROOT/../../../extras/contrib/config.mak, 
    429429            ); 
    430430            runOnlyForDeploymentPostprocessing = 0; 
    431431            shellPath = /bin/sh; 
    432             shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../contrib && ./bootstrap"; 
     432            shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../../extras/contrib && ./bootstrap"; 
    433433            showEnvVarsInLog = 0; 
    434434        }; 
     
    444444            runOnlyForDeploymentPostprocessing = 0; 
    445445            shellPath = /bin/sh; 
    446             shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../contrib && make"; 
     446            shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../../extras/contrib && make"; 
    447447            showEnvVarsInLog = 0; 
    448448        };