mirror of
https://github.com/reactos/wine.git
synced 2025-01-06 03:09:14 +00:00
17 lines
231 B
Makefile
17 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@
|