projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
explorer: Specify the full application path when starting winefile.exe.
[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 = \
17
Cs.rc \
18
Da.rc \
19
De.rc \
20
En.rc \
21
Es.rc \
22
Fr.rc \
23
Ja.rc \
24
Ko.rc \
25
Lt.rc \
26
Nl.rc \
27
No.rc \
28
Pl.rc \
29
Pt.rc \
30
Ru.rc \
31
Si.rc \
32
Tr.rc \
33
wcmdrc.rc
34
35
SVG_SRCS = wcmd.svg
36
37
@MAKE_PROG_RULES@
38
39
@DEPENDENCIES@ # everything below this line is overwritten by make depend