mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
10 lines
111 B
Makefile
10 lines
111 B
Makefile
MODULE = comcat.dll
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
comcat_main.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|