Skip to content

Commit

Permalink
WIXBUG:4497 - Undeprecate '-spdb' command-line switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Aug 17, 2014
1 parent df6440d commit 6183fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* RobMen: WIXBUG:4497 - Undeprecate "-spdb" command-line switch.

* SeanHall: WIXBUG:4491 - Make sure the BA DLL is the first payload in the UX container.

## WixBuild: Version 3.9.805.0
Expand Down
1 change: 0 additions & 1 deletion src/tools/wix/Binder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ public override StringCollection ParseCommandLine(string[] args, ConsoleMessageH
}
else if (parameter.Equals("spdb", StringComparison.Ordinal))
{
consoleMessageHandler.Display(this, WixWarnings.DeprecatedCommandLineSwitch(parameter));
this.suppressWixPdb = true;
}
else if (parameter.Equals("spsd", StringComparison.Ordinal))
Expand Down

0 comments on commit 6183fd3

Please sign in to comment.