mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-09-01 20:23:56 +02:00
This is a more natural and findable place for them. Compression byte check is dropped since even different Windows versions don't seem to produce the same compressed bytes, and a reimplementation certainly won't.
6 lines
83 B
Makefile
6 lines
83 B
Makefile
TESTDLL = ir50_32.dll
|
|
IMPORTS = msvfw32
|
|
|
|
SOURCES = \
|
|
ir50_32.c \
|
|
resource.rc
|