summaryrefslogtreecommitdiffstats
path: root/o3d/build
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 21:22:12 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 21:22:12 +0000
commitedbbb076d1424f74d366fbfcbedf7698753bfa99 (patch)
tree41a96570fadb26c6a4d3b5731e9a3d18d0f36b53 /o3d/build
parent5a90fe2791275d053cec18c431f17750911f1584 (diff)
downloadchromium_src-edbbb076d1424f74d366fbfcbedf7698753bfa99.zip
chromium_src-edbbb076d1424f74d366fbfcbedf7698753bfa99.tar.gz
chromium_src-edbbb076d1424f74d366fbfcbedf7698753bfa99.tar.bz2
This fixes the GL build so it works.
Just add "-Drenderer=gl" to the hooks args. Review URL: http://codereview.chromium.org/242145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build')
-rw-r--r--o3d/build/libs.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp
index 0244c48..2d53b5d 100644
--- a/o3d/build/libs.gyp
+++ b/o3d/build/libs.gyp
@@ -48,6 +48,16 @@
},
},
],
+ [ 'OS=="win"',
+ {
+ 'direct_dependent_settings': {
+ 'libraries': [
+ '-lOpenGL32.lib',
+ '../../<(glewdir)/lib/glew32.lib',
+ ],
+ },
+ },
+ ],
],
},
{