projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32: Fix text wrapping in syslink when an item starts in the middle of a line.
[wine]
/
programs
/
wineconsole
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = wineconsole.exe
3
APPMODE = -mwindows
4
IMPORTS = advapi32
5
DELAYIMPORTS = comctl32 user32 gdi32
6
7
C_SRCS = \
8
curses.c \
9
dialog.c \
10
registry.c \
11
user.c \
12
wineconsole.c
13
14
RC_SRCS = wineconsole.rc
15
PO_SRCS = wineconsole.rc
16
17
MANPAGE = wineconsole.man
18
19
@MAKE_PROG_RULES@