Make gyp file define GR/SK debug/release flags. Remove file that breaks release build.

git-svn-id: http://skia.googlecode.com/svn/trunk@1211 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-04-28 21:04:06 +00:00
parent eaf6a5daf4
commit 0533971c5f

View File

@ -1,13 +1,17 @@
{
'target_defaults': {
'msvs_settings': {
#really need to figure out how to generate debug and release
'VCLinkerTool': {
'GenerateDebugInformation': 'true',
'configurations': {
'Debug': {
'defines': [
'SK_DEBUG',
'GR_DEBUG=1',
],
},
'VCCLCompilerTool': {
'DebugInformationFormat': '4',
'Optimization': '0',
'Release': {
'defines': [
'SK_RELEASE',
'GR_RELEASE=1',
],
},
},
'conditions': [
@ -1121,7 +1125,7 @@
'../src/animator/SkBoundable.h',
'../src/animator/SkBuildCondensedInfo.cpp',
#'../src/animator/SkCondensedDebug.cpp', fails on windows
'../src/animator/SkCondensedRelease.cpp',
#'../src/animator/SkCondensedRelease.cpp',
'../src/animator/SkDisplayable.cpp',
'../src/animator/SkDisplayable.h',
'../src/animator/SkDisplayAdd.cpp',