summaryrefslogtreecommitdiffstats
path: root/o3d/standalone
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 21:00:38 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 21:00:38 +0000
commit9fe33bb1b358cf8090d8a5229928121d6d2a192f (patch)
treede599a12bb2b63a19ace7a7356eae6cc6d525676 /o3d/standalone
parent969ee0d4eb01ab770892020e5ba7baf4bf4fda6a (diff)
downloadchromium_src-9fe33bb1b358cf8090d8a5229928121d6d2a192f.zip
chromium_src-9fe33bb1b358cf8090d8a5229928121d6d2a192f.tar.gz
chromium_src-9fe33bb1b358cf8090d8a5229928121d6d2a192f.tar.bz2
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
Diffstat (limited to 'o3d/standalone')
-rw-r--r--o3d/standalone/standalone.gyp11
1 files changed, 3 insertions, 8 deletions
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