Revision: 7152
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7152&view=rev
Author:   hofman
Date:     2011-03-11 18:07:57 +0000 (Fri, 11 Mar 2011)

Log Message:
-----------
use explicit archs to build, because the macros keep changing with about every 
xcode release

Modified Paths:
--------------
    trunk/Configurations/Skim-Common.xcconfig
    trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig
    
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonDebug.xcconfig
    
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonRelease.xcconfig

Modified: trunk/Configurations/Skim-Common.xcconfig
===================================================================
--- trunk/Configurations/Skim-Common.xcconfig   2011-03-11 16:17:58 UTC (rev 
7151)
+++ trunk/Configurations/Skim-Common.xcconfig   2011-03-11 18:07:57 UTC (rev 
7152)
@@ -1,6 +1,6 @@
 SDKROOT = macosx10.6
 DEBUG_INFORMATION_FORMAT = dwarf
-ARCHS = $(ARCHS_STANDARD_32_64_BIT)
+ARCHS = ppc i386 x86_64
 MACOSX_DEPLOYMENT_TARGET = 10.5
 
 COPY_PHASE_STRIP = YES

Modified: trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig
===================================================================
--- trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig    2011-03-11 
16:17:58 UTC (rev 7151)
+++ trunk/SkimNotes/Configurations/SkimNotes-Common.xcconfig    2011-03-11 
18:07:57 UTC (rev 7152)
@@ -3,7 +3,7 @@
 SDKROOT = macosx10.6
 
 DEBUG_INFORMATION_FORMAT = dwarf
-ARCHS = $(ARCHS_STANDARD_32_64_BIT)
+ARCHS = ppc i386 x86_64
 MACOSX_DEPLOYMENT_TARGET = 10.5
 
 COPY_PHASE_STRIP = YES

Modified: 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonDebug.xcconfig
===================================================================
--- 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonDebug.xcconfig 
    2011-03-11 16:17:58 UTC (rev 7151)
+++ 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonDebug.xcconfig 
    2011-03-11 18:07:57 UTC (rev 7152)
@@ -5,4 +5,4 @@
 GCC_GENERATE_DEBUGGING_SYMBOLS = YES
 SPARKLE_EXTRA_DEBUG = -DDEBUG -fstack-protector -D_FORTIFY_SOURCE=2
 OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG)
-ARCHS = $(NATIVE_ARCH_32_BIT) $(NATIVE_ARCH_64_BIT)
+ARCHS = ppc i386 x86_64

Modified: 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonRelease.xcconfig
===================================================================
--- 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonRelease.xcconfig
   2011-03-11 16:17:58 UTC (rev 7151)
+++ 
trunk/vendorsrc/andymatuschak/Sparkle/Configurations/ConfigCommonRelease.xcconfig
   2011-03-11 18:07:57 UTC (rev 7152)
@@ -3,7 +3,7 @@
 GCC_OPTIMIZATION_LEVEL = s
 DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
 GCC_GENERATE_DEBUGGING_SYMBOLS = NO
-ARCHS = $(ARCHS_STANDARD_32_64_BIT)
+ARCHS = ppc i386 x86_64
 DEAD_CODE_STRIPPING = YES
 GCC_TREAT_WARNINGS_AS_ERRORS = YES
 GCC_WARN_UNINITIALIZED_AUTOS = YES


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to