mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
16 lines
231 B
Makefile
16 lines
231 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
|
|
PO_SRCS = progman.rc
|
|
|
|
@MAKE_PROG_RULES@
|