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

Fix for Windows packaging

parent f34c3130
No related branches found
No related tags 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.
Finish editing this message first!
Please register or to comment