mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
11 lines
132 B
Makefile
11 lines
132 B
Makefile
MODULE = comcat.dll
|
|
IMPORTS = uuid ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
comcat_main.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|