projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winemenubuilder: Escape freedesktop exec keys properly.
[wine]
/
programs
/
progman
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = progman.exe
6
APPMODE = -mwindows
7
IMPORTS = shell32 comdlg32 user32 gdi32 kernel32
8
9
C_SRCS = \
10
dialog.c \
11
group.c \
12
grpfile.c \
13
main.c \
14
program.c \
15
string.c
16
17
RC_SRCS = \
18
Cs.rc \
19
Da.rc \
20
De.rc \
21
En.rc \
22
Es.rc \
23
Fr.rc \
24
Hu.rc \
25
It.rc \
26
Ko.rc \
27
Lt.rc \
28
Nl.rc \
29
No.rc \
30
Pl.rc \
31
Pt.rc \
32
Ru.rc \
33
Si.rc \
34
Sv.rc \
35
Tr.rc \
36
Zh.rc \
37
accel.rc
38
39
@MAKE_PROG_RULES@