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.gyp11
1 files changed, 10 insertions, 1 deletions
diff --git a/o3d/build/all.gyp b/o3d/build/all.gyp
index 8705962..2229b2e3 100644
--- a/o3d/build/all.gyp
+++ b/o3d/build/all.gyp
@@ -25,13 +25,22 @@
'../import/import.gyp:o3dImport',
'../plugin/idl/idl.gyp:o3dPluginIdl',
'../plugin/plugin.gyp:add_version',
- '../plugin/plugin.gyp:npo3dautoplugin',
+ '../plugin/plugin.gyp:o3dPlugin',
'../plugin/plugin.gyp:o3dPluginLogging',
'../serializer/serializer.gyp:o3dSerializer',
'../statsreport/statsreport.gyp:o3dStatsReport',
'../tests/tests.gyp:unit_tests',
'../utils/utils.gyp:o3dUtils',
],
+ 'conditions': [
+ ['OS=="win"',
+ {
+ 'dependencies': [
+ '../plugin/plugin.gyp:o3dActiveXHost',
+ ],
+ },
+ ],
+ ],
},
],
}