Release 950918
[wine/multimedia.git] / debugger / readline / Imakefile
blob6678bcb7ed76f9c9921826098ed782bfbf3e892c
1 #include "../../Wine.tmpl"
3 MODULE = readline
5 EXTRA_DEFINES= -DANSI_ARROWS -DHAVE_TCGETATTR -DHIDE
7 SRCS = \
8         editline.c \
9         sysunix.c
11 OBJS = $(SRCS:.c=.o)
13 WineRelocatableTarget($(MODULE),,$(OBJS))
14 DependTarget()
16 includes::
18 install::