projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wineconsole: Update Spanish translation.
[wine]
/
programs
/
wineconsole
/
Makefile.in
1
EXTRADEFS = -DUNICODE
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = wineconsole.exe
7
APPMODE = -mwindows
8
IMPORTS = advapi32 kernel32 ntdll
9
DELAYIMPORTS = comctl32 user32 gdi32
10
11
C_SRCS = \
12
curses.c \
13
dialog.c \
14
registry.c \
15
user.c \
16
wineconsole.c
17
18
RC_SRCS = wineconsole_res.rc
19
20
@MAKE_PROG_RULES@
21
22
23
@DEPENDENCIES@ # everything below this line is overwritten by make depend