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

Fix for Windows packaging

(cherry picked from commit 40403e9e)
parent a7954f32
No related branches found
No related merge requests found
......@@ -41,11 +41,11 @@ InstallDir "c:\dynare\${VERSION}"
# Strip preprocessor, dynare++ and 32-bit DLL binaries
# (64-bit DLL are compiled with MSVC and therefore are small)
!system 'strip ..\matlab\dynare_m.exe'
!system 'strip ..\dynare++\src\dynare++.exe'
!system 'strip ..\mex\octave\*.mex'
!system 'strip ..\mex\matlab\win32-6.5-7.4\*'
!system 'strip ..\mex\matlab\win32-7.5-7.10\*'
!system 'strip ../matlab/dynare_m.exe'
!system 'strip ../dynare++/src/dynare++.exe'
!system 'strip ../mex/octave/*.mex'
!system 'strip ../mex/matlab/win32-6.5-7.4/*'
!system 'strip ../mex/matlab/win32-7.5-7.10/*'
!macro DETERMINE_CONTEXT
# Determine if we are admin or not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment