WCMD_batch: increase possible line length and warn if still too small.
[wine] / programs / wcmd / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = wcmd.exe
6 APPMODE   = cui
7 IMPORTS   = shell32 user32 kernel32
8
9 C_SRCS = \
10         batch.c \
11         builtins.c \
12         directory.c \
13         wcmdmain.c
14
15 RC_SRCS = wcmdrc.rc
16
17 @MAKE_PROG_RULES@
18
19 ### Dependencies: