Windows packaging: strip 32-bit DLL when creating the package

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3235 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-12-14 09:26:21 +00:00
parent c5e0868db8
commit 8949887286
1 changed files with 4 additions and 1 deletions

View File

@ -39,9 +39,12 @@ InstallDir "c:\dynare\${VERSION}"
!define REGLOC "Software\Microsoft\Windows\CurrentVersion\Uninstall\Dynare ${VERSION}"
!define SMLOC "$SMPROGRAMS\Dynare ${VERSION}"
# Strip preprocessor and dynare++ binaries
# 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\matlab\win32-6.5-7.4\*'
!system 'strip ..\mex\matlab\win32-7.5-7.9\*'
!macro DETERMINE_CONTEXT
# Determine if we are admin or not