diff --git a/avatar-js.gyp b/avatar-js.gyp index 0cae961..44ac237 100644 --- a/avatar-js.gyp +++ b/avatar-js.gyp @@ -33,6 +33,11 @@ 'defines': [ 'NDEBUG' ], 'conditions': [ ['OS == "win"', { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'ObjectFile': 'out\<(target)\obj.target\libuv-java\\', + }, + }, }], [ 'OS=="linux"', { }], diff --git a/common.xml b/common.xml index b3cfa6b..d6b3e26 100644 --- a/common.xml +++ b/common.xml @@ -65,6 +65,10 @@ + + + + @@ -230,10 +234,20 @@ + + + + + + + + + +