wine-wine/programs/progman/Makefile.in

26 lines
383 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = progman.exe
APPMODE = -mwindows
IMPORTS = shell32 comdlg32 user32 gdi32 kernel32
LICENSELANG = En
C_SRCS = \
dialog.c \
group.c \
grpfile.c \
license.c \
main.c \
program.c \
string.c \
$(LICENSELANG:%=License_%.c)
RC_SRCS = rsrc.rc
@MAKE_PROG_RULES@
### Dependencies: