build system: modify windows.nsi for 32 & 64 bit preprocessor

time-shift
Houtan Bastani 2015-03-27 18:41:31 +01:00
parent e257787cc5
commit 575cbfe679
1 changed files with 6 additions and 1 deletions

View File

@ -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