Skip to content

Commit

Permalink
Add image decoder to build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrant committed Feb 13, 2017
1 parent 7778b9b commit f0411cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ target.generic = function() {
mkdir('-p', GENERIC_DIR + BUILD_DIR);
mkdir('-p', GENERIC_DIR + '/web');
mkdir('-p', GENERIC_DIR + '/web/cmaps');
mkdir('-p', GENERIC_DIR + '/web/image_stream_decoder');

var defines = builder.merge(DEFINES, {GENERIC: true});

Expand All @@ -131,7 +132,11 @@ target.generic = function() {
['web/compatibility.js', GENERIC_DIR + '/web'],
['web/compressed.tracemonkey-pldi-09.pdf', GENERIC_DIR + '/web'],
['external/bcmaps/*', GENERIC_DIR + '/web/cmaps/'],
['web/locale', GENERIC_DIR + '/web']
['web/locale', GENERIC_DIR + '/web'],
['web/image_stream_decoder/image_stream_decoder.nmf',
GENERIC_DIR + '/web/image_stream_decoder'],
['web/image_stream_decoder/image_stream_decoder-v1.0.0.pexe',
GENERIC_DIR + '/web/image_stream_decoder'],
],
preprocess: [
[BUILD_TARGETS, GENERIC_DIR + BUILD_DIR],
Expand Down

0 comments on commit f0411cf

Please sign in to comment.