mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
MODULE = comcat.dll
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
comcat_main.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|