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
/
start
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = start.exe
3
APPMODE = -mconsole -municode
4
IMPORTS = shell32 user32
5
6
C_SRCS = start.c
7
8
RC_SRCS = start.rc
9
PO_SRCS = start.rc
10
11
@MAKE_PROG_RULES@