diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-02-07 15:04:07 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-02-07 15:04:07 -0800 |
| commit | 8d5cbff2954a425731057a206a8e769a5bc53e16 (patch) | |
| tree | ad1f4335a5f7a1768cdfb3eb3ff351d54105ac78 /docs | |
| parent | 63e33061e13518701d05bacb811753556c2bc058 (diff) | |
| download | vcpkg-8d5cbff2954a425731057a206a8e769a5bc53e16.tar.gz vcpkg-8d5cbff2954a425731057a206a8e769a5bc53e16.zip | |
[examples] Add the manual-link directories to the Examples documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/EXAMPLES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/EXAMPLES.md b/docs/EXAMPLES.md index 6302dab07..cc100c4ca 100644 --- a/docs/EXAMPLES.md +++ b/docs/EXAMPLES.md @@ -150,9 +150,9 @@ PS D:\src\cmake-test\build> .\Debug\main.exe Libraries are installed into the `installed\` subfolder, partitioned by architecture (e.g. x86-windows): * The header files are installed to `installed\x86-windows\include` -* Release `.lib` files are installed to `installed\x86-windows\lib` +* Release `.lib` files are installed to `installed\x86-windows\lib` or `installed\x86-windows\lib\manual-link` * Release `.dll` files are installed to `installed\x86-windows\bin` -* Debug `.lib` files are installed to `installed\x86-windows\debug\lib` +* Debug `.lib` files are installed to `installed\x86-windows\debug\lib` or `installed\x86-windows\debug\lib\manual-link` * Debug `.dll` files are installed to `installed\x86-windows\debug\bin` See your build system specific documentation for how to use prebuilt binaries. |
