From e016b0954a4c4eaeedbc83d6da5ce66b4a16f65b Mon Sep 17 00:00:00 2001 From: paul_reeves Date: Tue, 11 Sep 2007 12:07:35 +0000 Subject: [PATCH] Pass option to buildexecutableinstall --- builds/win32/run_all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/win32/run_all.bat b/builds/win32/run_all.bat index 682aedf81b..6b5e1bcbeb 100644 --- a/builds/win32/run_all.bat +++ b/builds/win32/run_all.bat @@ -13,7 +13,7 @@ if "%ERRLEV%"=="1" goto :END call make_examples %1 if "%ERRLEV%"=="1" goto :END pushd ..\install\arch-specific\win32 -call BuildExecutableInstall ISX ZIP EMB +call BuildExecutableInstall ISX ZIP EMB %1 popd goto:END