ipconfig: Move socket address string generation to a helper function.
[wine] / programs / taskkill / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = taskkill.exe
3 APPMODE   = -mconsole -municode
4 IMPORTS   = psapi user32
5
6 C_SRCS = taskkill.c
7
8 RC_SRCS = \
9         De.rc \
10         En.rc \
11         Fr.rc \
12         It.rc \
13         Ko.rc \
14         Lt.rc \
15         Nl.rc \
16         Si.rc \
17         Sv.rc \
18         Uk.rc
19
20 @MAKE_PROG_RULES@