mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
MODULE = winevdm.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = user32 kernel
|
|
|
|
C_SRCS = \
|
|
winevdm.c
|
|
|
|
@MAKE_PROG_RULES@
|