mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
MODULE = d2d1.dll
|
|
IMPORTLIB = d2d1
|
|
|
|
C_SRCS = \
|
|
d2d1_main.c
|
|
|
|
RC_SRCS = version.rc
|