mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
TESTDLL = wmp.dll
|
|
IMPORTS = ole32 oleaut32 user32 gdi32
|
|
|
|
SOURCES = \
|
|
media.c \
|
|
oleobj.c \
|
|
rsrc.rc
|