projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
net: Remove a debug trace.
[wine]
/
programs
/
net
/
Makefile.in
1
MODULE = net.exe
2
APPMODE = -mconsole
3
IMPORTS = netapi32 user32 advapi32
4
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6
C_SRCS = net.c
7
8
RC_SRCS = net.rc
9
PO_SRCS = net.rc
10
11
@MAKE_PROG_RULES@