]> git.sesse.net Git - vlc/commitdiff
VLCKit: added partial 64bit compilation support
authorFelix Kühne <fpk@Bartleby.local>
Tue, 25 Aug 2009 15:42:14 +0000 (17:42 +0200)
committerFelix Kühne <fpk@Bartleby.local>
Tue, 25 Aug 2009 15:42:14 +0000 (17:42 +0200)
(partial, as this won't work on Leopard without a few further changes)

projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index 97b395b7428f09c6b0b1c83c192d140d4af162e1..f6c726a637b9c392baba371804e0115dce3db9e6 100644 (file)
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../../extras/contrib && ./bootstrap";
+                       shellScript = "if test $ACTION = \"clean\"\nthen\n    cd ../../../extras/contrib && make clean\n    exit 0\nfi\nif test $ARCHS = \"x86_64\"\nthen\n    cd ../../../extras/contrib && ./bootstrap x86_64-apple-darwin10\nelse\n    cd ../../../extras/contrib && ./bootstrap\nfi";
                        showEnvVarsInLog = 0;
                };
                633BD6EB0D2ADF280012A314 /* ShellScript */ = {
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\ncd ../../../extras/contrib && make";
+                       shellScript = "if test $ACTION = \"clean\"\nthen\n    exit 0\nfi\nif test $ARCHS = \"x86_64\"\nthen\n    cd ../../../extras/contrib && make && ./bootstrap\nelse\n    cd ../../../extras/contrib && make\nfi";
                        showEnvVarsInLog = 0;
                };
                63FFDBCD0D2AE2AE0092FC96 /* ShellScript */ = {
                1DEB91AE08733DA50010E9CD /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               ARCHS = "$(NATIVE_ARCH)";
+                               ARCHS = "$(NATIVE_ARCH_ACTUAL)";
                                COPY_PHASE_STRIP = NO;
                                DYLIB_COMPATIBILITY_VERSION = 1;
                                DYLIB_CURRENT_VERSION = 1;
                1DEB91AF08733DA50010E9CD /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               ARCHS = "$(NATIVE_ARCH)";
+                               ARCHS = "$(NATIVE_ARCH_ACTUAL)";
                                DYLIB_COMPATIBILITY_VERSION = 1;
                                DYLIB_CURRENT_VERSION = 1;
                                FRAMEWORK_VERSION = A;