2e20c248f3
Removed include guard in SkTime_Unix.cpp, which the iOSSampleApp now uses. git-svn-id: http://skia.googlecode.com/svn/trunk@1820 2bbb7eff-a529-9590-31e7-b0007b416f81
18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
//
|
|
// SkiOSSampleApp-Base.xcconfig
|
|
// iOSSampleApp
|
|
//
|
|
// Created by Yang Su on 6/30/11.
|
|
// Copyright 2011 Google Inc. All rights reserved.
|
|
//
|
|
GCC_PREFIX_HEADER=iOSSampleApp_Prefix.pch
|
|
|
|
ARCHS=armv6 armv7
|
|
IPHONEOS_DEPLOYMENT_TARGET=4.2
|
|
SDKROOT=iphoneos
|
|
TARGETED_DEVICE_FAMILY=1,2
|
|
|
|
USER_HEADER_SEARCH_PATHS=../../gpu/include/** ../../include/**
|
|
CODE_SIGN_IDENTITY=iPhone Developer
|
|
|