wine/programs/eject/Makefile.in
Alexandre Julliard 5f963331e7 Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
2005-10-31 21:10:38 +00:00

14 lines
206 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = eject.exe
APPMODE = -mconsole
IMPORTS = kernel32
C_SRCS = eject.c
@MAKE_PROG_RULES@
### Dependencies: