From aeab7e2129a48a37d5afb098dcb7ddefdbfb33d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 25 Jun 2010 18:50:26 +0200 Subject: [PATCH] Fix for Windows packaging (cherry picked from commit 40403e9e40bf6c9c42f68b1cd871032e84408999) --- windows/dynare.nsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/dynare.nsi b/windows/dynare.nsi index 98a382bcfe..7a5812c229 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -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 -- GitLab