projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
inetcomm: Give a name to the critical sections and delete them when done.
[wine]
/
programs
/
winevdm
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = winevdm.exe
3
APPMODE = -mconsole
4
IMPORTS = user32 kernel
5
6
C_SRCS = \
7
winevdm.c
8
9
@MAKE_PROG_RULES@