projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
progman: Win64 fixes.
[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 = rsrc.rc
18
19
@MAKE_PROG_RULES@
20
21
### Dependencies: