mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
16 lines
210 B
Makefile
16 lines
210 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
|
|
|
|
@MAKE_PROG_RULES@
|