From 9fe33bb1b358cf8090d8a5229928121d6d2a192f Mon Sep 17 00:00:00 2001 From: "gman@chromium.org" Date: Wed, 16 Dec 2009 21:00:38 +0000 Subject: Fix for Windows standalone build TBR=apatrick@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34746 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/standalone/standalone.gyp | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'o3d') diff --git a/o3d/standalone/standalone.gyp b/o3d/standalone/standalone.gyp index 3e0c61c..535debf 100644 --- a/o3d/standalone/standalone.gyp +++ b/o3d/standalone/standalone.gyp @@ -38,7 +38,6 @@ '../../<(zlibdir)/zlib.gyp:zlib', '../../base/base.gyp:base', '../../skia/skia.gyp:skia', - '../../native_client/src/shared/imc/imc.gyp:google_nacl_imc', '../compiler/technique/technique.gyp:o3dTechnique', '../core/core.gyp:o3dCore', '../core/core.gyp:o3dCorePlatform', @@ -90,13 +89,9 @@ '../../<(cgdir)/lib/cg.lib', '../../<(cgdir)/lib/cgGL.lib', ], - # Set /SUBSYSTEM:WINDOWS for unit_tests.exe, since - # it is a windows app. - 'SubSystem': '2', - # Don't optimize away unreferenced symbols when - # linking. If we didn't do this, then none of the - # tests would auto-register. - 'OptimizeReferences': '1', + # Set /SUBSYSTEM:WINDOWS for standalone.exe, since + # it is a console app. + 'SubSystem': '1', }, }, # We switch it to console post-build so that we have a -- cgit v1.1