mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
MODULE = iccvid.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
iccvid.c
|
|
|
|
RC_SRCS = iccvid.rc
|