• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ


Commit MetaInfo

Revision27f3bf745360cfa2f2c60a65b2a7c80ffc6e1e42 (tree)
Time2011-03-20 01:34:50
Authormasakih <masakih@user...>
Commitermasakih

Log Message

[Mod] アーキテクチャからppcが外れていたので戻した。

Change Summary

Incremental Difference

--- a/BooksExporter.xcodeproj/project.pbxproj
+++ b/BooksExporter.xcodeproj/project.pbxproj
@@ -726,8 +726,11 @@
726726 C01FCF4C08A954540054247B /* Release */ = {
727727 isa = XCBuildConfiguration;
728728 buildSettings = {
729- ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
730- ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
729+ ARCHS = (
730+ x86_64,
731+ i386,
732+ ppc,
733+ );
731734 GCC_ENABLE_SYMBOL_SEPARATION = NO;
732735 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
733736 GCC_MODEL_TUNING = G5;
@@ -771,8 +774,11 @@
771774 C01FCF5008A954540054247B /* Release */ = {
772775 isa = XCBuildConfiguration;
773776 buildSettings = {
774- ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)";
775- ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
777+ ARCHS = (
778+ x86_64,
779+ i386,
780+ ppc,
781+ );
776782 GCC_WARN_ABOUT_RETURN_TYPE = YES;
777783 GCC_WARN_UNUSED_VARIABLE = YES;
778784 MACOSX_DEPLOYMENT_TARGET = 10.5;