OSDN Git Service

Adjusted build script to invoke Rich-Header Eraser tool on our binaries.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 17 Aug 2019 13:18:25 +0000 (15:18 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 17 Aug 2019 13:18:25 +0000 (15:18 +0200)
etc/Deployment/make.bat
src/Config.h

index ad75d94..a6d0cc4 100644 (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"
                )
        )
 )
index b009c03..336c2d1 100644 (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
 
 ///////////////////////////////////////////////////////////////////////////////