Ignore:
Timestamp:
Oct 18, 2011 4:19:12 AM (13 years ago)
Author:
ming
Message:

Re #1252: Add the definition of PJ_AUTOCONF in ipjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip-apps/src/ipjsua/ipjsua.xcodeproj/project.pbxproj

    r3312 r3821  
    258258                        buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ipjsua" */; 
    259259                        compatibilityVersion = "Xcode 3.1"; 
     260                        developmentRegion = English; 
    260261                        hasScannedForEncodings = 1; 
     262                        knownRegions = ( 
     263                                en, 
     264                        ); 
    261265                        mainGroup = 29B97314FDCFA39411CA2CEA /* ipjsua */; 
    262266                        projectDirPath = ""; 
     
    310314                                GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    311315                                GCC_PREFIX_HEADER = ipjsua_Prefix.pch; 
     316                                GCC_PREPROCESSOR_DEFINITIONS = ( 
     317                                        "PJ_AUTOCONF=1", 
     318                                        USE_GUI, 
     319                                ); 
    312320                                INFOPLIST_FILE = "ipjsua-Info.plist"; 
    313321                                IPHONEOS_DEPLOYMENT_TARGET = 3.2; 
     
    322330                                ); 
    323331                                PRODUCT_NAME = ipjsua; 
    324                                 SDKROOT = iphoneos3.2; 
     332                                SDKROOT = iphoneos; 
    325333                                TARGETED_DEVICE_FAMILY = "1,2"; 
    326334                        }; 
     
    335343                                GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    336344                                GCC_PREFIX_HEADER = ipjsua_Prefix.pch; 
     345                                GCC_PREPROCESSOR_DEFINITIONS = ( 
     346                                        "PJ_AUTOCONF=1", 
     347                                        USE_GUI, 
     348                                ); 
    337349                                INFOPLIST_FILE = "ipjsua-Info.plist"; 
    338350                                IPHONEOS_DEPLOYMENT_TARGET = 3.2; 
     
    347359                                ); 
    348360                                PRODUCT_NAME = ipjsua; 
    349                                 SDKROOT = iphoneos3.2; 
     361                                SDKROOT = iphoneos; 
    350362                                TARGETED_DEVICE_FAMILY = "1,2"; 
    351363                        }; 
Note: See TracChangeset for help on using the changeset viewer.