Add gyp for bench and make run on Windows. (2)

http://codereview.appspot.com/4528112/


git-svn-id: http://skia.googlecode.com/svn/trunk@1461 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2011-06-01 13:23:29 +00:00
parent 81e3d7f794
commit ac2e663762

View File

@ -6,12 +6,6 @@
{
'target_name': 'bench',
'type': 'executable',
'mac_bundle' : 1,
'include_dirs': [
'../include/effects',
'../include/utils',
'../include/images',
],
'sources': [
'../bench/benchmain.cpp',
@ -30,15 +24,20 @@
'dependencies': [
'core.gyp:core',
'effects.gyp:effects',
'images.gyp:images',
'utils.gyp:utils',
'gpu.gyp:gr',
'gpu.gyp:skgr',
'images.gyp:images',
'utils.gyp:utils',
],
'msvs_settings': {
'VCLinkerTool': {
#Allows for creation / output to console.
#Console (/SUBSYSTEM:CONSOLE)
'SubSystem': '1',
#Console app, use main/wmain
'EntryPointSymbol': 'mainCRTStartup',
'AdditionalDependencies': [
'OpenGL32.lib',
'usp10.lib',