shell32: Remove spaces before '\n's in the Serbian translation.
[wine] / programs / taskmgr / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = taskmgr.exe
6 APPMODE   = -mwindows -mno-cygwin
7 IMPORTS   = psapi shell32 comctl32 user32 gdi32 advapi32
8 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9 EXTRADEFS = -DNO_LIBWINE_PORT
10 MODCFLAGS = @BUILTINFLAG@
11
12 C_SRCS = \
13         about.c \
14         affinity.c \
15         applpage.c \
16         column.c \
17         dbgchnl.c \
18         debug.c \
19         endproc.c \
20         graph.c \
21         graphctl.c \
22         optnmenu.c \
23         perfdata.c \
24         perfpage.c \
25         priority.c \
26         proclist.c \
27         procpage.c \
28         run.c \
29         taskmgr.c \
30         trayicon.c
31
32 RC_SRCS = \
33         Da.rc \
34         De.rc \
35         En.rc \
36         Fr.rc \
37         It.rc \
38         Ja.rc \
39         Ko.rc \
40         Lt.rc \
41         Nl.rc \
42         No.rc \
43         Pl.rc \
44         Pt.rc \
45         Ro.rc \
46         Ru.rc \
47         Si.rc \
48         Sv.rc \
49         Tr.rc \
50         Uk.rc \
51         Zh.rc \
52         taskmgr.rc
53
54 SVG_SRCS = \
55         taskmgr.svg
56
57 @MAKE_PROG_RULES@