From db49bea95becda5dcaea02e13f8ea708525fa155 Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Sat, 10 Sep 2016 10:22:28 +0200 Subject: [PATCH] fix build script for x32 add added generic %cd% path there --- CPP/build-x32.cmd | 4 ++-- CPP/build-x64.cmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CPP/build-x32.cmd b/CPP/build-x32.cmd index 71a24ad0..e1b0badb 100644 --- a/CPP/build-x32.cmd +++ b/CPP/build-x32.cmd @@ -1,6 +1,6 @@ @echo on -set ROOT=Z:\projekte\7zip-zstd\7-Zip-zstd\CPP\7zip +set ROOT=%cd%\7zip set OUTDIR=%ROOT%\bin32 mkdir %OUTDIR% @@ -25,7 +25,7 @@ copy O\7zG.exe %OUTDIR%\7zG.exe cd %ROOT%\UI\Explorer nmake %OPTS% -copy AMD64\7-zip.dll %OUTDIR%\7-zip.dll +copy O\7-zip.dll %OUTDIR%\7-zip.dll cd %ROOT%\Bundles\SFXWin nmake %OPTS% diff --git a/CPP/build-x64.cmd b/CPP/build-x64.cmd index 1fc4c29b..92c838f3 100644 --- a/CPP/build-x64.cmd +++ b/CPP/build-x64.cmd @@ -1,6 +1,6 @@ @echo on -set ROOT=Z:\projekte\7zip-zstd\7-Zip-zstd\CPP\7zip +set ROOT=%cd%\7zip set OUTDIR=%ROOT%\bin64 mkdir %OUTDIR%