generate_res moved to programs/windres

This commit is contained in:
Przemyslaw Skibinski
2016-10-28 13:16:06 +02:00
parent 86dc7223e9
commit 76d66dffd0
4 changed files with 54 additions and 11 deletions
@@ -1,10 +0,0 @@
@echo off
REM http://stackoverflow.com/questions/708238/how-do-i-add-an-icon-to-a-mingw-gcc-compiled-executable
where /q windres.exe
IF ERRORLEVEL 1 (
ECHO The windres.exe is missing. Ensure it is installed and placed in your PATH.
EXIT /B
) ELSE (
windres.exe -I ..\..\..\..\lib -O coff -I . -i ..\zstd.rc -o zstd.res
)
-8
View File
@@ -1,8 +0,0 @@
/* minimal set of defines required to generate zstd.res from zstd.rc */
#define VS_VERSION_INFO 1
#define VS_FFI_FILEFLAGSMASK 0x0000003FL
#define VOS_NT_WINDOWS32 0x00040004L
#define VFT_DLL 0x00000002L
#define VFT2_UNKNOWN 0x00000000L