projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winemine: Increased buffer size for player names.
[wine]
/
programs
/
cmd
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = cmd.exe
6
APPMODE = -mconsole -municode
7
EXTRADEFS = -DUNICODE
8
IMPORTS = shell32 user32 advapi32 kernel32
9
10
C_SRCS = \
11
batch.c \
12
builtins.c \
13
directory.c \
14
wcmdmain.c
15
16
RC_SRCS = wcmdrc.rc
17
18
SVG_SRCS = wcmd.svg
19
20
@MAKE_PROG_RULES@
21
22
@DEPENDENCIES@ # everything below this line is overwritten by make depend