mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
improved MSYS support
This commit is contained in:
parent
13de72e0cc
commit
128acb35db
1 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ 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 -I windres -i windres\zstd.rc -O coff -F pe-x86-64 -o windres\zstd64.res
|
||||
windres.exe -I ..\lib -I windres -i windres\zstd.rc -O coff -F pe-i386 -o windres\zstd32.res
|
||||
windres.exe -I ../lib -I windres -i windres/zstd.rc -O coff -F pe-x86-64 -o windres/zstd64.res
|
||||
windres.exe -I ../lib -I windres -i windres/zstd.rc -O coff -F pe-i386 -o windres/zstd32.res
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue