mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13 lines
191 B
Makefile
13 lines
191 B
Makefile
MODULE = progman.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = shell32 comdlg32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
dialog.c \
|
|
group.c \
|
|
grpfile.c \
|
|
main.c \
|
|
program.c \
|
|
string.c
|
|
|
|
RC_SRCS = progman.rc
|