Files
easy7zip/build.cmd
glachancecmaisonneuve b82b3e5533 Project files are not used in this branch for building.
build.cmd and makefiles are kept up-to-date with upstream instead.
2018-09-05 01:00:35 -04:00

30 lines
379 B
Batchfile

set NEW_COMPILER=1
set NEW_FOLDER_INTERFACE=1
set MY_STATIC_BUILD=0
set CPU=AMD64
set O=%~dp0out
rem old build
rd /y /q %~dp0out
rem 7-zip.dll
pushd CPP\7zip\UI\Explorer
nmake /I /A
popd
rem 7zFM.exe
pushd CPP\7zip\UI\FileManager
nmake /I /A
popd
rem 7zG.exe
pushd CPP\7zip\UI\GUI
nmake /I /A
popd
rem 7z.exe
pushd CPP\7zip\UI\Console
nmake /I /A
popd
explorer.exe %~dp0out