Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
b59b44ff
Commit
b59b44ff
authored
Feb 06, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx/framework: Make sure the cmake files will be bootstrapped. (Temp build phase I hope).
parent
54f8fd2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+16
-1
No files found.
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
View file @
b59b44ff
...
...
@@ -37,6 +37,7 @@
isa
=
PBXAggregateTarget
;
buildConfigurationList
=
63FFDBD50D2AE3250092FC96
/* Build configuration list for PBXAggregateTarget "vlc-configure" */
;
buildPhases
=
(
631A90420D5A007D0014A2CE
/* ShellScript */
,
63FFDBCD0D2AE2AE0092FC96
/* ShellScript */
,
);
dependencies
=
(
...
...
@@ -416,6 +417,21 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
631A90420D5A007D0014A2CE
/* ShellScript */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
inputPaths
=
(
);
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"
;
showEnvVarsInLog
=
0
;
};
633BD6E30D2ADF030012A314
/* ShellScript */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
...
...
@@ -452,7 +468,6 @@
files
=
(
);
inputPaths
=
(
$SRCROOT/../../../bootstrap
,
$SRCROOT/../../../CMakeLists.txt
,
);
outputPaths
=
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment