projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ipconfig: Remove the ipconfig debug channel where unused.
[wine]
/
programs
/
ipconfig
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ipconfig.exe
7
APPMODE = -mconsole -municode
8
IMPORTS = iphlpapi ws2_32 user32
9
10
C_SRCS = ipconfig.c
11
12
RC_SRCS = \
13
De.rc \
14
En.rc \
15
Fr.rc \
16
It.rc \
17
Ko.rc \
18
Lt.rc \
19
Sv.rc \
20
Uk.rc
21
22
@MAKE_PROG_RULES@