Adjusted build script to invoke Rich-Header Eraser tool on our binaries.

This commit is contained in:
LoRd_MuldeR 2019-08-17 15:18:25 +02:00
parent 8065641c83
commit b048840bf1
2 changed files with 8 additions and 2 deletions

View File

@ -130,10 +130,16 @@ if "%LAMEXP_REDIST%"=="1" (
)
)
for %%x in (exe,dll) do (
for %%f in (%TMP_PATH%\*.%%x) do (
"%~dp0\..\..\..\Prerequisites\RichHeaderEraser\rchhdrrsr.exe" "%%~ff"
)
)
for %%e in (LameXP,Qt,MUtils) do (
for %%x in (exe,dll) do (
for %%f in (%TMP_PATH%\%%e*.%%x) do (
"%~dp0\..\..\..\Prerequisites\UPX\upx.exe" --best "%%f"
"%~dp0\..\..\..\Prerequisites\UPX\upx.exe" --best "%%~ff"
)
)
)

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 8
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 5
#define VER_LAMEXP_BUILD 2226
#define VER_LAMEXP_BUILD 2228
#define VER_LAMEXP_CONFG 2188
///////////////////////////////////////////////////////////////////////////////