mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 00:07:09 -06:00
Disable compilation for GUI stuff on ARM
This commit is contained in:
@@ -22,25 +22,25 @@ nmake %OPTS%
|
|||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ 7z.dll" >> %ERRFILE%
|
IF %errorlevel% NEQ 0 echo "Error x64 @ 7z.dll" >> %ERRFILE%
|
||||||
copy arm\7z.dll %OUTDIR%\7z.dll
|
copy arm\7z.dll %OUTDIR%\7z.dll
|
||||||
|
|
||||||
cd %ROOT%\UI\FileManager
|
REM cd %ROOT%\UI\FileManager
|
||||||
nmake %OPTS%
|
REM nmake %OPTS%
|
||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ 7zFM.exe" >> %ERRFILE%
|
REM IF %errorlevel% NEQ 0 echo "Error x64 @ 7zFM.exe" >> %ERRFILE%
|
||||||
copy arm\7zFM.exe %OUTDIR%\7zFM.exe
|
REM copy arm\7zFM.exe %OUTDIR%\7zFM.exe
|
||||||
|
|
||||||
cd %ROOT%\UI\GUI
|
REM cd %ROOT%\UI\GUI
|
||||||
nmake %OPTS%
|
REM nmake %OPTS%
|
||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ 7zG.exe" >> %ERRFILE%
|
REM IF %errorlevel% NEQ 0 echo "Error x64 @ 7zG.exe" >> %ERRFILE%
|
||||||
copy arm\7zG.exe %OUTDIR%\7zG.exe
|
REM copy arm\7zG.exe %OUTDIR%\7zG.exe
|
||||||
|
|
||||||
cd %ROOT%\UI\Explorer
|
cd %ROOT%\UI\Explorer
|
||||||
nmake %OPTS%
|
nmake %OPTS%
|
||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ 7-zip.dll" >> %ERRFILE%
|
IF %errorlevel% NEQ 0 echo "Error x64 @ 7-zip.dll" >> %ERRFILE%
|
||||||
copy arm\7-zip.dll %OUTDIR%\7-zip.dll
|
copy arm\7-zip.dll %OUTDIR%\7-zip.dll
|
||||||
|
|
||||||
cd %ROOT%\Bundles\SFXWin
|
REM cd %ROOT%\Bundles\SFXWin
|
||||||
nmake %OPTS%
|
REM nmake %OPTS%
|
||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ 7z.sfx" >> %ERRFILE%
|
REM IF %errorlevel% NEQ 0 echo "Error x64 @ 7z.sfx" >> %ERRFILE%
|
||||||
copy arm\7z.sfx %OUTDIR%\7z.sfx
|
REM copy arm\7z.sfx %OUTDIR%\7z.sfx
|
||||||
|
|
||||||
cd %ROOT%\Bundles\Codec_brotli
|
cd %ROOT%\Bundles\Codec_brotli
|
||||||
nmake %OPTS%
|
nmake %OPTS%
|
||||||
@@ -72,15 +72,15 @@ nmake %OPTS%
|
|||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ flzma2-arm.dll" >> %ERRFILE%
|
IF %errorlevel% NEQ 0 echo "Error x64 @ flzma2-arm.dll" >> %ERRFILE%
|
||||||
copy arm\flzma2.dll %OUTDIR%\flzma2-arm.dll
|
copy arm\flzma2.dll %OUTDIR%\flzma2-arm.dll
|
||||||
|
|
||||||
cd %ROOT%\..\..\C\Util\7zipInstall
|
REM cd %ROOT%\..\..\C\Util\7zipInstall
|
||||||
nmake %OPTS%
|
REM nmake %OPTS%
|
||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ Install-arm.exe" >> %ERRFILE%
|
REM IF %errorlevel% NEQ 0 echo "Error x64 @ Install-arm.exe" >> %ERRFILE%
|
||||||
copy arm\7zipInstall.exe %OUTDIR%\Install-arm.exe
|
REM copy arm\7zipInstall.exe %OUTDIR%\Install-arm.exe
|
||||||
|
|
||||||
cd %ROOT%\..\..\C\Util\7zipUninstall
|
REM cd %ROOT%\..\..\C\Util\7zipUninstall
|
||||||
nmake %OPTS%
|
REM nmake %OPTS%
|
||||||
IF %errorlevel% NEQ 0 echo "Error x64 @ Uninstall.exe" >> %ERRFILE%
|
REM IF %errorlevel% NEQ 0 echo "Error x64 @ Uninstall.exe" >> %ERRFILE%
|
||||||
copy arm\7zipUninstall.exe %OUTDIR%\Uninstall.exe
|
REM copy arm\7zipUninstall.exe %OUTDIR%\Uninstall.exe
|
||||||
|
|
||||||
cd %ROOT%\UI\Console
|
cd %ROOT%\UI\Console
|
||||||
nmake %OPTS%
|
nmake %OPTS%
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
FOR /R .\ %%d IN (AMD64 IA64 O) DO rd /S /Q %%d 2>NUL
|
FOR /R .\ %%d IN (arm x64 O) DO rd /S /Q %%d 2>NUL
|
||||||
|
|
||||||
del "CPP\7zip\*.7z" 2>NUL
|
del "CPP\7zip\*.7z" 2>NUL
|
||||||
del "CPP\7zip\*.exe" 2>NUL
|
del "CPP\7zip\*.exe" 2>NUL
|
||||||
|
|||||||
Reference in New Issue
Block a user