summaryrefslogtreecommitdiffstats
path: root/o3d/build/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/build/all.gyp')
-rw-r--r--o3d/build/all.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/o3d/build/all.gyp b/o3d/build/all.gyp
index 2229b2e3..bda0373 100644
--- a/o3d/build/all.gyp
+++ b/o3d/build/all.gyp
@@ -25,9 +25,10 @@
'../import/import.gyp:o3dImport',
'../plugin/idl/idl.gyp:o3dPluginIdl',
'../plugin/plugin.gyp:add_version',
- '../plugin/plugin.gyp:o3dPlugin',
+ '../plugin/plugin.gyp:npo3dautoplugin',
'../plugin/plugin.gyp:o3dPluginLogging',
'../serializer/serializer.gyp:o3dSerializer',
+ '../samples/samples.gyp:*',
'../statsreport/statsreport.gyp:o3dStatsReport',
'../tests/tests.gyp:unit_tests',
'../utils/utils.gyp:o3dUtils',
@@ -36,7 +37,7 @@
['OS=="win"',
{
'dependencies': [
- '../plugin/plugin.gyp:o3dActiveXHost',
+ '../plugin/plugin.gyp:o3d_host',
],
},
],