repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shdoclc: Remove a space before an ellipsis in the Italian translation.
[wine/hramrach.git]
/
programs
/
ipconfig
/
Makefile.in
blob
a19bffa6337d6b6e66ace0763d087633a460bbac
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@