mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
8 lines
109 B
Makefile
8 lines
109 B
Makefile
MODULE = winequartz.drv
|
|
IMPORTS = user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
quartzdrv_main.c
|
|
|
|
@MAKE_DLL_RULES@
|