mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
MODULE = iccvid.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
iccvid.c
|
|
|
|
RC_SRCS = iccvid.rc
|
|
PO_SRCS = iccvid.rc
|
|
|
|
@MAKE_DLL_RULES@
|