Changeset b59b44ff32713bee414f4b3ffe42b7e7353fa6c5
- 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
| r54f8fd2 |
rb59b44f |
|
| 38 | 38 | buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "vlc-configure" */; |
|---|
| 39 | 39 | buildPhases = ( |
|---|
| | 40 | 631A90420D5A007D0014A2CE /* ShellScript */, |
|---|
| 40 | 41 | 63FFDBCD0D2AE2AE0092FC96 /* ShellScript */, |
|---|
| 41 | 42 | ); |
|---|
| … | … | |
| 417 | 418 | |
|---|
| 418 | 419 | /* 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 | }; |
|---|
| 419 | 435 | 633BD6E30D2ADF030012A314 /* ShellScript */ = { |
|---|
| 420 | 436 | isa = PBXShellScriptBuildPhase; |
|---|
| … | … | |
| 453 | 469 | ); |
|---|
| 454 | 470 | inputPaths = ( |
|---|
| 455 | | $SRCROOT/../../../bootstrap, |
|---|
| 456 | 471 | $SRCROOT/../../../CMakeLists.txt, |
|---|
| 457 | 472 | ); |
|---|