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.gyp25
1 files changed, 14 insertions, 11 deletions
diff --git a/o3d/build/all.gyp b/o3d/build/all.gyp
index 43ea2ae..dfb41e1 100644
--- a/o3d/build/all.gyp
+++ b/o3d/build/all.gyp
@@ -17,17 +17,20 @@
'../../<(jpegdir)/libjpeg.gyp:*',
'../../<(pngdir)/libpng.gyp:*',
'../../<(zlibdir)/zlib.gyp:*',
- '../../base/base.gyp:base',
- '../../breakpad/breakpad.gyp:*',
- '../compiler/technique/technique.gyp:*',
- '../converter/converter.gyp:*',
- '../core/core.gyp:*',
- '../import/import.gyp:*',
- '../tests/tests.gyp:*',
- '../plugin/idl/idl.gyp:*',
- '../plugin/plugin.gyp:*',
- '../serializer/serializer.gyp:*',
- '../utils/utils.gyp:*',
+ '../compiler/technique/technique.gyp:technique',
+ '../converter/converter.gyp:o3dConverter',
+ '../core/core.gyp:o3dCore',
+ '../core/core.gyp:o3dCorePlatform',
+ '../import/archive.gyp:o3dArchive',
+ '../import/import.gyp:o3dImport',
+ '../plugin/idl/idl.gyp:o3dPluginIdl',
+ '../plugin/plugin.gyp:add_version',
+ '../plugin/plugin.gyp:npo3dautoplugin',
+ '../plugin/plugin.gyp:o3dPluginLogging',
+ '../serializer/serializer.gyp:o3dSerializer',
+ '../statsreport/statsreport.gyp:o3dStatsReport',
+ '../tests/tests.gyp:unit_tests',
+ '../utils/utils.gyp:o3dUtils',
],
},
],