Add one missing buffer size rounding in the edit control.
[wine.git] / loader / dos / Makefile.in
blobf90d2bcc4a35a0a559a42b6d3ba9b579ee478477
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
7 C_SRCS = dosmod.c
9 PROGRAMS = dosmod
11 all: $(PROGRAMS)
13 dosmod: dosmod.c
14 $(CC) $(ALLCFLAGS) -o dosmod $(SRCDIR)/dosmod.c
16 @MAKE_RULES@
18 ### Dependencies: