This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Revert prebuild.cmd to previous version
- Loading branch information
Anton Molleda
committed
Oct 10, 2017
1 parent
268510c
commit e560be0
Showing
8 changed files
with
146 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,70 @@ | ||
{ | ||
"name": "edge-diagnostics-adapter", | ||
"version": "0.6.0-unsigned", | ||
"description": "Microsoft Edge Diagnostics Adapter", | ||
"main": "dist/edgeAdapter.js", | ||
"files": [ | ||
"out/src", | ||
"redistributable", | ||
"scripts", | ||
"tsconfig.json" | ||
], | ||
"keywords": [ | ||
"edge", | ||
"diagnostics", | ||
"devtools", | ||
"browser" | ||
], | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/edge-diagnostics-adapter.git" | ||
}, | ||
"dependencies": { | ||
"node-pre-gyp": "^0.6.38", | ||
"regedit": "^2.2.7", | ||
"ws": "3.2.0", | ||
"yargs": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8.0.32", | ||
"@types/ws": "^3.0.2", | ||
"@types/yargs": "^8.0.2", | ||
"cpx": "^1.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-mocha": "^4.3.1", | ||
"gulp-msbuild": "^0.5.3", | ||
"gulp-sequence": "^0.4.6", | ||
"gulp-util": "^3.0.8", | ||
"nan": "^2.7.0", | ||
"node-gyp": "^3.6.2", | ||
"rimraf": "^2.6.2", | ||
"tslint": "^5.7.0", | ||
"typescript": "2.5.3" | ||
}, | ||
"binary": { | ||
"module_name": "edge-diagnostics-adapter", | ||
"module_path": "out/", | ||
"host": "https://github.com/Microsoft/edge-diagnostics-adapter/releases/download/", | ||
"remote_path": "v{version}" | ||
}, | ||
"cpu": [ | ||
"x64", | ||
"ia32" | ||
], | ||
"os": [ | ||
"win32" | ||
], | ||
"scripts": { | ||
"copy:static": "cpx \"./src/**/{!(*.ts),.!(ts)}\" out/src", | ||
"build": "npm run clean && npm run lint && npm run build:ts && npm run copy:static && npm run build:native", | ||
"build:native": "npm config set msvs_version 2015 && gulp buildnative", | ||
"build:ts": "tsc", | ||
"clean": "rimraf out", | ||
"install": "node-pre-gyp install --fallback-to-build", | ||
"lint": "tslint /src/**/*.ts", | ||
"postinstall": "node scripts/postinstall.js", | ||
"watch:ts": "tsc --watch" | ||
} | ||
} | ||
{ | ||
"name": "edge-diagnostics-adapter", | ||
"version": "0.6.0-unsigned", | ||
"description": "Microsoft Edge Diagnostics Adapter", | ||
"main": "out/src/edgeAdapter.js", | ||
"files": [ | ||
"out/src", | ||
"redistributable", | ||
"scripts", | ||
"tsconfig.json" | ||
], | ||
"keywords": [ | ||
"edge", | ||
"diagnostics", | ||
"devtools", | ||
"browser" | ||
], | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/edge-diagnostics-adapter.git" | ||
}, | ||
"dependencies": { | ||
"node-pre-gyp": "^0.6.38", | ||
"regedit": "^2.2.7", | ||
"ws": "3.2.0", | ||
"yargs": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8.0.32", | ||
"@types/ws": "^3.0.2", | ||
"@types/yargs": "^8.0.2", | ||
"cpx": "^1.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-mocha": "^4.3.1", | ||
"gulp-msbuild": "^0.5.3", | ||
"gulp-sequence": "^0.4.6", | ||
"gulp-util": "^3.0.8", | ||
"nan": "^2.7.0", | ||
"node-gyp": "^3.6.2", | ||
"rimraf": "^2.6.2", | ||
"tslint": "^5.7.0", | ||
"typescript": "2.5.3" | ||
}, | ||
"binary": { | ||
"module_name": "edge-diagnostics-adapter", | ||
"module_path": "out/", | ||
"host": "https://github.com/Microsoft/edge-diagnostics-adapter/releases/download/", | ||
"remote_path": "v{version}" | ||
}, | ||
"cpu": [ | ||
"x64", | ||
"ia32" | ||
], | ||
"os": [ | ||
"win32" | ||
], | ||
"scripts": { | ||
"copy:static": "cpx \"./src/**/{!(*.ts),.!(ts)}\" out/src", | ||
"build": "npm run clean && npm run lint && npm run build:ts && npm run copy:static && npm run build:native", | ||
"build:native": "npm config set msvs_version 2015 && gulp buildnative", | ||
"build:ts": "tsc", | ||
"clean": "rimraf out", | ||
"install": "node-pre-gyp install --fallback-to-build", | ||
"lint": "tslint /src/**/*.ts", | ||
"postinstall": "node scripts/postinstall.js", | ||
"watch:ts": "tsc --watch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,4 @@ | ||
@echo off | ||
|
||
REM Node-gyp currently does not support vs2017 build tools. We set the C++ build tools v140(vs2015). | ||
REM If you have installed vs2017 enterprise edition: | ||
|
||
IF "%VSVERSION%"=="" GOTO :VS2015 | ||
|
||
IF %VSVERSION%=="2017" ( | ||
set VCTargetsPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets | ||
GOTO :COMMON | ||
) | ||
|
||
:VS2015 | ||
REM set VCTargetsPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets | ||
set VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140 | ||
|
||
:COMMON | ||
set GYP_MSVS_VERSION=2015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.