Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
37754905
Commit
37754905
authored
Jun 07, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2
additionally, update the project file for Xcode 4.3
parent
f8c0db9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+13
-7
No files found.
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
View file @
37754905
...
...
@@ -567,7 +567,7 @@
0867D690FE84028FC02AAC07
/* Project object */
=
{
isa
=
PBXProject
;
attributes
=
{
LastUpgradeCheck
=
04
2
0
;
LastUpgradeCheck
=
04
3
0
;
};
buildConfigurationList
=
1DEB91B108733DA50010E9CD
/* Build configuration list for PBXProject "VLCKit" */
;
compatibilityVersion
=
"Xcode 3.2"
;
...
...
@@ -922,6 +922,7 @@
6337547C10ED090B0072A0D9
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
PRODUCT_NAME
=
VLC
;
SDKROOT
=
macosx
;
};
...
...
@@ -930,6 +931,7 @@
6337547D10ED090B0072A0D9
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
PRODUCT_NAME
=
VLC
;
SDKROOT
=
macosx
;
};
...
...
@@ -941,6 +943,7 @@
COPY_PHASE_STRIP
=
NO
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
PRODUCT_NAME
=
"vlc-contrib"
;
SDKROOT
=
macosx
;
};
...
...
@@ -951,6 +954,7 @@
buildSettings
=
{
COPY_PHASE_STRIP
=
YES
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
PRODUCT_NAME
=
"vlc-contrib"
;
SDKROOT
=
macosx
;
ZERO_LINK
=
NO
;
...
...
@@ -960,13 +964,13 @@
63FFDBD00D2AE2AE0092FC96
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CC
=
"
/Developer/usr/bin/llvm-gcc-4.2
"
;
CC
=
"
xcrun clang
"
;
COPY_PHASE_STRIP
=
NO
;
CXX
=
"
/Developer/usr/bin/llvm-g++-4.2
"
;
CXX
=
"
xcrun clang++
"
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
OBJC
=
"
/Developer/usr/bin/llvm-gcc-4.2
"
;
OBJC
=
"
xcrun clang
"
;
PRODUCT_NAME
=
"vlc-bootstrap"
;
SDKROOT
=
macosx
;
};
...
...
@@ -975,12 +979,12 @@
63FFDBD10D2AE2AE0092FC96
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
CC
=
"
/Developer/usr/bin/llvm-gcc-4.2
"
;
CC
=
"
xcrun clang
"
;
COPY_PHASE_STRIP
=
YES
;
CXX
=
"
/Developer/usr/bin/llvm-g++-4.2
"
;
CXX
=
"
xcrun clang++
"
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
OBJC
=
"
/Developer/usr/bin/llvm-gcc-4.2
"
;
OBJC
=
"
xcrun clang
"
;
PRODUCT_NAME
=
"vlc-bootstrap"
;
SDKROOT
=
macosx
;
ZERO_LINK
=
NO
;
...
...
@@ -1063,6 +1067,7 @@
COPY_PHASE_STRIP
=
NO
;
GCC_DYNAMIC_NO_PIC
=
NO
;
GCC_OPTIMIZATION_LEVEL
=
0
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
PRODUCT_NAME
=
"Make VLC and VLCKit"
;
SDKROOT
=
macosx
;
};
...
...
@@ -1073,6 +1078,7 @@
buildSettings
=
{
COPY_PHASE_STRIP
=
YES
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
GCC_VERSION
=
com.apple.compilers.llvm.clang.1_0
;
PRODUCT_NAME
=
"Make VLC and VLCKit"
;
SDKROOT
=
macosx
;
ZERO_LINK
=
NO
;
...
...
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