From 6001763ad7ba83833c395cc30ca7a40af6ee0d24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Tue, 11 Sep 2012 12:41:56 +0200
Subject: [PATCH] Ship binaries for MATLAB 7.2 / Windows 64-bit

---
 windows/dynare.nsi | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index f2427a2fce..40822c2eea 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -98,11 +98,10 @@ Section "MEX files for MATLAB 32-bit, version 7.5 to 7.14 (R2007b to R2012a)"
  File ..\mex\matlab\win32-7.5-7.14\*.mexw32
 SectionEnd
 
-# Currently we don't have that version of MATLAB
-#Section "MEX files for MATLAB 64-bit, version 7.2 (R2006a)"
-# SetOutPath $INSTDIR\mex\matlab\win64-7.2
-# File ..\mex\matlab\win64-7.2\*.mexw64
-#SectionEnd
+Section "MEX files for MATLAB 64-bit, version 7.2 (R2006a)"
+ SetOutPath $INSTDIR\mex\matlab\win64-7.2
+ File ..\mex\matlab\win64-7.2\*.mexw64
+SectionEnd
 
 Section "MEX files for MATLAB 64-bit, version 7.3 to 7.4 (R2006b to R2007a)"
  SetOutPath $INSTDIR\mex\matlab\win64-7.3-7.4
-- 
GitLab