From 257b36cce900eb2f3c2da207911c175fcc998919 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Mon, 11 Oct 2010 11:10:52 +0200
Subject: [PATCH] Revert "Reference manual: no longer needed to install MSVC
 runtime for Win64, since we now compile with MinGW64"

This reverts commit 25b35eeb95bc40a86a932508c4be49f39f38d33d.

We will only use MinGW on Win64 starting from Dynare 4.2
---
 doc/manual.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/manual.xml b/doc/manual.xml
index 0eb1543a7e..7a3ddc82ee 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -140,6 +140,8 @@
 
   <para>The installer will also add an entry in your Start Menu with a shortcut to the documentation files and uninstaller.</para>
 
+  <para>Users of MATLAB 64-bit also need to install <ulink url="http://www.microsoft.com/downloads/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6&amp;displaylang=en">Microsoft Visual C++ runtime libraries</ulink> in order to have functional MEX files.</para>
+
   <para>Note that you can have several versions of Dynare coexisting (for example in <filename>c:\dynare</filename>), as long as you correctly adjust your path settings (see <xref linkend="path_warning" />).</para>
 
   </sect2>
-- 
GitLab