projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it...
[wine]
/
programs
/
progman
/
Makefile.in
1
MODULE = progman.exe
2
APPMODE = -mwindows
3
IMPORTS = shell32 comdlg32 user32 gdi32
4
5
C_SRCS = \
6
dialog.c \
7
group.c \
8
grpfile.c \
9
main.c \
10
program.c \
11
string.c
12
13
RC_SRCS = \
14
Cs.rc \
15
Da.rc \
16
De.rc \
17
En.rc \
18
Es.rc \
19
Fr.rc \
20
He.rc \
21
Hu.rc \
22
It.rc \
23
Ko.rc \
24
Lt.rc \
25
Nl.rc \
26
No.rc \
27
Pl.rc \
28
Pt.rc \
29
Ro.rc \
30
Ru.rc \
31
Si.rc \
32
Sv.rc \
33
Tr.rc \
34
Uk.rc \
35
Zh.rc \
36
progman.rc
37
38
PO_SRCS = progman.rc
39
40
@MAKE_PROG_RULES@