mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = eject.exe
|
|
APPMODE = -mconsole
|
|
|
|
C_SRCS = eject.c
|
|
|
|
@MAKE_PROG_RULES@
|