mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
MODULE = winedevice.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = advapi32 ntoskrnl.exe
|
|
|
|
C_SRCS = \
|
|
device.c
|
|
|
|
@MAKE_PROG_RULES@
|