Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c67afde9
Commit
c67afde9
authored
Aug 25, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCKit: added the abilities to compile in 64bit mode on Leopard and in 32bit on Snow Leopard
parent
b8989449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+4
-4
No files found.
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
View file @
c67afde9
...
...
@@ -488,8 +488,8 @@
outputPaths
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"if test $ACTION = \"clean\"\nthen\n
\t
rm -Rf $SYMROOT/vlc_build_dir\n
exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\nmkdir -p $SYMROOT/vlc_build_dir\ncd $SYMROOT/vlc_build_dir && $top_srcdir/configure --disable-nls --enable-debug --with-macosx-sdk=$SDKROOT\n"
;
shellPath
=
/bin/
tc
sh
;
shellScript
=
"if test $ACTION = \"clean\"\nthen\n
rm -Rf $SYMROOT/vlc_build_dir\n exit 0\nfi\n\ntop_srcdir=`pwd`/../../..\n\
nif test $ARCHS = \"x86_64\"\nthen\n setenv CFLAGS -m64\n setenv CXXFLAGS -m64\n setenv CPPFLAGS -m64\n setenv OBJCFLAGS -m64\nfi\nif test $ARCHS = \"i386\"\nthen\n setenv CFLAGS -m32\n setenv CXXFLAGS -m32\n setenv CPPFLAGS -m32\n setenv OBJCFLAGS -m32\nfi\n\
nmkdir -p $SYMROOT/vlc_build_dir\ncd $SYMROOT/vlc_build_dir && $top_srcdir/configure --disable-nls --enable-debug --with-macosx-sdk=$SDKROOT\n"
;
showEnvVarsInLog
=
0
;
};
EF78BD2E0CAEEF9500354E6E
/* ShellScript */
=
{
...
...
@@ -650,7 +650,7 @@
1DEB91B208733DA50010E9CD
/* Debug */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
"$(NATIVE_ARCH)"
;
ARCHS
=
"$(NATIVE_ARCH
_ACTUAL
)"
;
GCC_ENABLE_OBJC_GC
=
YES
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
...
...
@@ -662,7 +662,7 @@
1DEB91B308733DA50010E9CD
/* Release */
=
{
isa
=
XCBuildConfiguration
;
buildSettings
=
{
ARCHS
=
"$(NATIVE_ARCH)"
;
ARCHS
=
"$(NATIVE_ARCH
_ACTUAL
)"
;
GCC_ENABLE_OBJC_GC
=
YES
;
GCC_WARN_ABOUT_RETURN_TYPE
=
YES
;
GCC_WARN_UNUSED_VARIABLE
=
YES
;
...
...
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