Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Updates to help Windows developers #3493

Merged
merged 1 commit into from
Aug 30, 2016
Merged

Updates to help Windows developers #3493

merged 1 commit into from
Aug 30, 2016

Conversation

bsclifton
Copy link
Member

@bsclifton bsclifton commented Aug 28, 2016

Fixes #3548

Accompanied by a new wiki entry:
https://github.com/brave/browser-laptop/wiki/Building-on-Windows

Powershell scripts for:

  • automating the fix needed on Windows w/ VS2015 SP3 to resolve the following issue:
    "error C2373: '__pfnDliNotifyHook2': redefinition; different type modifiers"
  • automating cleanup/re-initialization needed for fresh npm install
  • fixing electron on initial Windows run

Added npm tasks for executing the above scripts and updated the README.md

Auditors: @bbondy @bridiver @aekeus

Fixes #3548

Accompanied by a new wiki entry:
https://github.com/brave/browser-laptop/wiki/Building-on-Windows

Powershell scripts for:
- automating the fix needed on Windows w/ VS2015 SP3 to resolve the following issue:
  "error C2373: '__pfnDliNotifyHook2': redefinition; different type modifiers"
- automating cleanup/re-initialization needed for fresh npm install
- fixing electron on initial Windows run

Added npm tasks for executing the above scripts and updated the README.md

Auditors: @bbondy @bridiver @aekeus
@bbondy
Copy link
Member

bbondy commented Aug 30, 2016

++

@bbondy bbondy merged commit 572e552 into brave:master Aug 30, 2016
@bsclifton bsclifton deleted the windows-dev-env branch August 30, 2016 19:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building on Windows requires tedious work-arounds
2 participants