diff --git a/binding.gyp b/binding.gyp index 4a1e4772..4890ccbe 100644 --- a/binding.gyp +++ b/binding.gyp @@ -199,51 +199,8 @@ 'src/common/callbackhelper.cpp', 'src/common/edge.cpp' ] - }, - { - 'conditions': [ - [ - '"/dev/null) || echo not_found)"!="not_found"', - { - 'conditions': [ - [ - '"/dev/null) || echo not_found)"!="not_found"', - { - 'sources+': [ - 'src/mono/clractioncontext.cpp', - 'src/mono/clrfunc.cpp', - 'src/mono/clrfuncinvokecontext.cpp', - 'src/mono/monoembedding.cpp', - 'src/mono/task.cpp', - 'src/mono/dictionary.cpp', - 'src/mono/nodejsfunc.cpp', - 'src/mono/nodejsfuncinvokecontext.cpp', - 'src/mono/utils.cpp', - 'src/common/utils.cpp', - 'src/common/v8synchronizationcontext.cpp', - 'src/common/callbackhelper.cpp', - 'src/common/edge.cpp' - ], - - 'include_dirs': [ - '/dev/null) || echo not_found)"!="not_found"', - { - 'actions+': [ - { - 'action_name': 'compile_mono_embed', - 'inputs': [ - 'src/mono/*.cs' - ], - 'outputs': [ - 'build/$(BUILDTYPE)/monoembedding.exe' - ], - 'action': [ - 'mcs', - '-sdk:4.5', - '-target:exe', - '-out:build/$(BUILDTYPE)/MonoEmbedding.exe', - 'src/mono/*.cs', - 'src/common/*.cs' - ] - } - ] - } - ], [ '"/dev/null) || echo not_found)"!="not_found"', { diff --git a/tools/build.bat b/tools/build.bat index 2200c032..4735c3bf 100644 --- a/tools/build.bat +++ b/tools/build.bat @@ -25,7 +25,7 @@ call :node_version pushd %SELF%\.. if %MAJORVERSION% LSS 23 ( - call :build ia32 x86 %VERSION% + call :build ia32 ia32 %VERSION% call :stamp_version call :copy if %ERRORLEVEL% neq 0 exit /b -1