From 28817c9c7177343e8f3cab539fdf44ff4dfbb630 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Tue, 12 Jan 2016 22:23:53 +0100 Subject: [PATCH] Fixed two typos in documentation. --- VisualC.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualC.html b/VisualC.html index 89035d6776448..0631832e8086e 100644 --- a/VisualC.html +++ b/VisualC.html @@ -21,7 +21,7 @@

There are different solution files for the various - versions of the IDE. Please use the appropiate version + versions of the IDE. Please use the appropriate version 2008, 2010, 2012 or 2013.

@@ -101,7 +101,7 @@

files to project")

Instead of adding the files to your project it is more - desireable to add them to the linker options: Project|Properties|Linker|Command + desirable to add them to the linker options: Project|Properties|Linker|Command Line and type the names of the libraries to link with in the "Additional Options:" box.  Note: This must be done for each build configuration (e.g. Release,Debug).