repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20030408.
[wine/gsoc-2012-control.git]
/
programs
/
progman
/
Makefile.in
blob
c358d7b70a54206c4eafb0a6f981c63b38f52d04
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
progman.exe
6
APPMODE
=
gui
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: