mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
8 lines
134 B
Makefile
8 lines
134 B
Makefile
MODULE = ir50_32.dll
|
|
IMPORTS = user32 mfplat mfuuid
|
|
DELAYIMPORTS = winegstreamer
|
|
|
|
C_SRCS = \
|
|
ir50.c
|
|
|
|
RC_SRCS = ir50_32.rc
|