mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 03:18:32 +00:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
MODULE = eject.exe
|
|
APPMODE = -mconsole
|
|
|
|
C_SRCS = eject.c
|
|
|
|
@MAKE_PROG_RULES@
|