X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=dox%2Fdev_guides%2Fbuilding%2Fmsvc.md;h=ac5bde63434d68bd5d5db2e770472438ae69b269;hb=26cfd29cde1a6e00e9174c1fd5d97c6360a301a4;hpb=eb85ed36492a65a3cdb482b484de02b6b5897188 diff --git a/dox/dev_guides/building/msvc.md b/dox/dev_guides/building/msvc.md index e54df86da3..ac5bde6343 100644 --- a/dox/dev_guides/building/msvc.md +++ b/dox/dev_guides/building/msvc.md @@ -38,11 +38,12 @@ If you have Visual Studio projects already available (pre-installed or generated Alternatively, you can launch **genconf**, a GUI tool allowing to configure build options interactively. That tool will analyze your environment and propose you to choose available options: -* Version of Visual Studio to be used (from the list of installed ones, detected by presence of environment variables like *VS100COMNTOOLS*) +* Version of Visual Studio to be used (from the list of installed ones, detected by presence of environment variables like *VS100COMNTOOLS*). * Method to populate folder *inc* (short-cuts by default). * Location of third-party libraries (usually downloaded from OCCT web site, see above). -* Path to common directory where third-party libraries are located (optional) +* Path to common directory where third-party libraries are located (optional). * Paths to headers and binaries of the third-party libraries (found automatically basing on previous options; click button "Reset" to update). +* Generation of PDB files within Release build ("Release with Debug info", false by default). @figure{/dev_guides/building/3rdparty/images/genconf_windows.png}