Skip to content
Snippets Groups Projects
Commit 3ac69df9 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Updates to Windows packaging

(cherry picked from commit 912204dc)
parent cab5fdb5
No related branches found
Tags
No related merge requests found
...@@ -90,15 +90,16 @@ Section "MEX files for MATLAB 32-bit, version 6.5 to 7.4 (R13 to R2007a)" ...@@ -90,15 +90,16 @@ Section "MEX files for MATLAB 32-bit, version 6.5 to 7.4 (R13 to R2007a)"
File ..\mex\matlab\win32-6.5-7.4\*.dll File ..\mex\matlab\win32-6.5-7.4\*.dll
SectionEnd SectionEnd
Section "MEX files for MATLAB 32-bit, version 7.5 to 7.9 (R2007b to R2009b)" Section "MEX files for MATLAB 32-bit, version 7.5 to 7.10 (R2007b to R2010a)"
SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.9 SetOutPath $INSTDIR\mex\matlab\win32-7.5-7.10
File ..\mex\matlab\win32-7.5-7.9\*.mexw32 File ..\mex\matlab\win32-7.5-7.10\*.mexw32
SectionEnd SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.2 (R2006a)" # Currently we don't have that version of MATLAB
SetOutPath $INSTDIR\mex\matlab\win64-7.2 #Section "MEX files for MATLAB 64-bit, version 7.2 (R2006a)"
File ..\mex\matlab\win64-7.2\*.mexw64 # SetOutPath $INSTDIR\mex\matlab\win64-7.2
SectionEnd # File ..\mex\matlab\win64-7.2\*.mexw64
#SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.3 to 7.4 (R2006b to R2007a)" 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 SetOutPath $INSTDIR\mex\matlab\win64-7.3-7.4
...@@ -110,14 +111,14 @@ Section "MEX files for MATLAB 64-bit, version 7.5 to 7.7 (R2007b to R2008b)" ...@@ -110,14 +111,14 @@ Section "MEX files for MATLAB 64-bit, version 7.5 to 7.7 (R2007b to R2008b)"
File ..\mex\matlab\win64-7.5-7.7\*.mexw64 File ..\mex\matlab\win64-7.5-7.7\*.mexw64
SectionEnd SectionEnd
Section "MEX files for MATLAB 64-bit, version 7.8 to 7.9 (R2009a to R2009b)" Section "MEX files for MATLAB 64-bit, version 7.8 to 7.10 (R2009a to R2010a)"
SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.9 SetOutPath $INSTDIR\mex\matlab\win64-7.8-7.10
File ..\mex\matlab\win64-7.8-7.9\*.mexw64 File ..\mex\matlab\win64-7.8-7.10\*.mexw64
SectionEnd SectionEnd
SectionGroupEnd SectionGroupEnd
Section "MEX files for Octave 3.2.3 (MinGW build)" Section "MEX files for Octave 3.2.4 (MinGW build)"
SetOutPath $INSTDIR\mex\octave SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*.mex File ..\mex\octave\*.mex
SectionEnd SectionEnd
...@@ -125,8 +126,8 @@ SectionEnd ...@@ -125,8 +126,8 @@ SectionEnd
Section "Dynare++ (standalone executable)" Section "Dynare++ (standalone executable)"
SetOutPath $INSTDIR\dynare++ SetOutPath $INSTDIR\dynare++
File ..\dynare++\src\dynare++.exe File ..\dynare++\src\dynare++.exe
# The list of DLLs given here is used when building with Octave/MinGW build 3.2.3 (disabling POSIX threads) # The list of DLLs given here is used when building with Octave/MinGW build 3.2.4 (disabling POSIX threads)
File ..\dynare++\src\atlas.dll ..\dynare++\src\blas.dll ..\dynare++\src\cblas.dll ..\dynare++\src\lapack.dll ..\dynare++\src\libgcc_s_dw2-1.dll ..\dynare++\src\libgfortran-3.dll ..\dynare++\src\pthreadGC2.dll File ..\dynare++\src\atlas.dll ..\dynare++\src\blas.dll ..\dynare++\src\cblas.dll ..\dynare++\src\lapack.dll ..\dynare++\src\libgcc_s_dw2-1.dll ..\dynare++\src\libgfortran-3.dll
SectionEnd SectionEnd
Section "Documentation (Dynare and Dynare++)" Section "Documentation (Dynare and Dynare++)"
...@@ -149,6 +150,7 @@ Section "Uninstall" ...@@ -149,6 +150,7 @@ Section "Uninstall"
Delete $INSTDIR\uninstall.exe Delete $INSTDIR\uninstall.exe
Delete $INSTDIR\README.txt Delete $INSTDIR\README.txt
Delete $INSTDIR\license.txt Delete $INSTDIR\license.txt
Delete $INSTDIR\mexopts.bat
Rmdir /r $INSTDIR\matlab Rmdir /r $INSTDIR\matlab
Rmdir /r $INSTDIR\mex Rmdir /r $INSTDIR\mex
Rmdir /r $INSTDIR\dynare++ Rmdir /r $INSTDIR\dynare++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment