Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Adding logger to write console output to file + Adding instructions for running tests #2

Merged
merged 4 commits into from
May 29, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing command for building arm
  • Loading branch information
Munyiri Kamau committed May 27, 2015
commit d5391d7ff909b90f71853a3034eb3bd668873566
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set buildall=1

:arm
@rem build node.dll
call "%node_dir%\vcbuild.bat" arm chakra uwp-dll
call "%node_dir%\vcbuild.bat" arm chakra uwp-dll openssl-no-asm
pushd %batch_dir%
@rem build nodeuwp.dll
set WindowsSdkDir=%programfiles(x86)%\Windows Kits\10\
Expand Down