From 575cbfe679580758804600154d887d94af57fd22 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Fri, 27 Mar 2015 18:41:31 +0100 Subject: [PATCH] build system: modify windows.nsi for 32 & 64 bit preprocessor --- windows/dynare.nsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/windows/dynare.nsi b/windows/dynare.nsi index c6f062a1c..c76bb5175 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -58,7 +58,12 @@ Section "Dynare core (preprocessor and M-files)" SetOutPath $INSTDIR\matlab File /r ..\matlab\*.m - File ..\matlab\dynare_m.exe + + SetOutPath $INSTDIR\matlab\preprocessor32 + File ..\matlab\preprocessor32\dynare_m.exe + + SetOutPath $INSTDIR\matlab\preprocessor64 + File ..\matlab\preprocessor64\dynare_m.exe SetOutPath $INSTDIR\contrib File /r ..\contrib\*.m