Skip to content

Commit

Permalink
Revert "build: fix MSVC MSB8012 warnings"
Browse files Browse the repository at this point in the history
This reverts commit 9daf9ef.

This now generates a new warning ever since
5c8116b.
  • Loading branch information
TooTallNate committed Oct 25, 2012
1 parent 149d5bc commit be66ecd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ function build (gyp, argv, callback) {
if (win) {
// Turn off the Microsoft logo on Windows
argv.push('/nologo')

// Fix "warning MSB8012: TargetExt(.dll) does not match
// the Linker's OutputFile property value (.node)"
argv.push('/property:TargetExt=.node')
}

// Specify the build type, Release by default
Expand Down

0 comments on commit be66ecd

Please sign in to comment.