mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
MODULE = msimg32.dll
|
|
IMPORTLIB = msimg32
|
|
IMPORTS = gdi32
|
|
|
|
C_SRCS = msimg32_main.c
|
|
|
|
@MAKE_DLL_RULES@
|