Project files are not used in this branch for building.

build.cmd and makefiles are kept up-to-date with upstream instead.
This commit is contained in:
glachancecmaisonneuve
2018-09-05 01:00:35 -04:00
parent 20e38032e6
commit b82b3e5533
46 changed files with 67 additions and 21023 deletions

30
build.cmd Normal file
View File

@@ -0,0 +1,30 @@
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