projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winecfg: Update Bulgarian resource.
[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
LICENSELANG = En
10
11
C_SRCS = \
12
dialog.c \
13
group.c \
14
grpfile.c \
15
license.c \
16
main.c \
17
program.c \
18
string.c \
19
$(LICENSELANG:%=License_%.c)
20
21
RC_SRCS = rsrc.rc
22
23
@MAKE_PROG_RULES@
24
25
### Dependencies: