Merge pull request #1136 from StevenPuttemans:bugfix_3157

pull/1127/merge
Roman Donchenko 12 years ago committed by OpenCV Buildbot
commit f625be0264
  1. BIN
      doc/tutorials/introduction/windows_visual_studio_Opencv/images/PropertySheetOpenCVInclude.jpg
  2. 4
      doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 31 KiB

@ -52,7 +52,7 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect
.. code-block:: bash .. code-block:: bash
$(OPENCV_DIR)\include $(OPENCV_DIR)\..\..\include
.. image:: images/PropertySheetOpenCVInclude.jpg .. image:: images/PropertySheetOpenCVInclude.jpg
:alt: Add the include dir like this. :alt: Add the include dir like this.
@ -64,7 +64,7 @@ Next go to the :menuselection:`Linker --> General` and under the *"Additional Li
.. code-block:: bash .. code-block:: bash
$(OPENCV_DIR)\libs $(OPENCV_DIR)\lib
.. image:: images/PropertySheetOpenCVLib.jpg .. image:: images/PropertySheetOpenCVLib.jpg
:alt: Add the library folder like this. :alt: Add the library folder like this.

Loading…
Cancel
Save