Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Issue 69343013: [VS AddIn] Fix default library paths. (Closed)

Created:
7 years, 1 month ago by Sam Clegg
Modified:
7 years, 1 month ago
Reviewers:
binji
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

[VS AddIn] Fix default library paths. Also, add pnacl-finalize step to PNaCl build. The default library path for all platforms was wrong and did not include the location of the SDK libraries such as ppapi_cpp. There was a bug in the test code that meant that we didn't catch this since we where not actually linking any of the test projects to .nexe or .pexe files. R=binji@chromium.org Committed: https://code.google.com/p/nativeclient-sdk/source/detail?r=1567

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Messages

Total messages: 4 (0 generated)
Sam Clegg
I'm really not sure how this went unnoticed for so long :( I mean I ...
7 years, 1 month ago (2013-11-19 21:44:18 UTC) #1
binji
lgtm, I think https://codereview.chromium.org/69343013/diff/1/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props File visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props (right): https://codereview.chromium.org/69343013/diff/1/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props#newcode25 visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props:25: <LibraryPath Condition="'$(LibraryPath)' == '' AND '$(TargetArchitecture)'=='i686'">$(VSNaClSDKRoot)lib\$(ToolchainName)_x86_32\$(Configuration);</LibraryPath> ...
7 years, 1 month ago (2013-11-19 21:57:16 UTC) #2
Sam Clegg
https://codereview.chromium.org/69343013/diff/1/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props File visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props (right): https://codereview.chromium.org/69343013/diff/1/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props#newcode25 visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props:25: <LibraryPath Condition="'$(LibraryPath)' == '' AND '$(TargetArchitecture)'=='i686'">$(VSNaClSDKRoot)lib\$(ToolchainName)_x86_32\$(Configuration);</LibraryPath> On 2013/11/19 21:57:16, ...
7 years, 1 month ago (2013-11-19 23:21:24 UTC) #3
Sam Clegg
7 years, 1 month ago (2013-11-19 23:21:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r1567 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698