Changeset 3319
- Timestamp:
- 08/04/06 23:10:08 (2 years ago)
- Files:
-
- trunk/Chat Core.xcodeproj/project.pbxproj (modified) (3 diffs)
- trunk/Colloquy.xcodeproj/project.pbxproj (modified) (2 diffs)
- trunk/Settings/Common Settings.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core.xcodeproj/project.pbxproj
r3233 r3319 372 372 isa = PBXProject; 373 373 buildConfigurationList = 1C041DDE08553AD200A5A5BA /* Build configuration list for PBXProject "Chat Core" */; 374 compatibilityVersion = "Xcode 2.4"; 374 375 hasScannedForEncodings = 1; 375 376 knownRegions = ( … … 392 393 productRefGroup = 089C166AFE841209C02AAC07 /* Massinova Menu Extra */; 393 394 projectDirPath = ""; 395 projectRoot = ""; 396 shouldCheckCompatibility = 1; 394 397 targets = ( 395 398 1C51B46E052DE0CB00BB459B /* Chat Core (Framework) */, … … 527 530 baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */; 528 531 buildSettings = { 529 GCC_ENABLE_FIX_AND_CONTINUE = YES;530 532 GCC_OPTIMIZATION_LEVEL = 0; 531 PREBINDING = NO; 532 ZERO_LINK = YES; 533 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 533 534 }; 534 535 name = Development; trunk/Colloquy.xcodeproj/project.pbxproj
r3313 r3319 1911 1911 isa = PBXProject; 1912 1912 buildConfigurationList = 1C041A700854E97700A5A5BA /* Build configuration list for PBXProject "Colloquy" */; 1913 compatibilityVersion = "Xcode 2.4"; 1913 1914 hasScannedForEncodings = 1; 1914 1915 knownRegions = ( … … 1959 1960 }, 1960 1961 ); 1962 projectRoot = ""; 1963 shouldCheckCompatibility = 1; 1961 1964 targets = ( 1962 1965 1CB2CCF5052DDC560094AAA4 /* Colloquy (Application) */, trunk/Settings/Common Settings.xcconfig
r3259 r3319 1 VALID_ARCHS = i386 ppc ppc970 ppc7400; 1 2 FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Frameworks" "$(HOME)/Library/Frameworks" $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks 2 3 WARNING_CFLAGS = -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wbad-function-cast -Wmissing-declarations -Wnested-externs
