Return the proper error code when a 16-bit task failed to start
[wine/hacks.git] / programs / progman / Makefile.in
blob9f08dea065529a386e687f6ce63462fa524e12e2
1 DEFS = -DWINELIB -DSTRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = progman
8 IMPORTS = shell32 comdlg32 ole32 rpcrt4 winspool.drv
9 WRCEXTRA = -s -p progman
11 LICENSELANG = En
13 C_SRCS = \
14 dialog.c \
15 group.c \
16 grpfile.c \
17 license.c \
18 main.c \
19 program.c \
20 string.c \
21 $(LICENSELANG:%=License_%.c)
23 SPEC_SRCS = progman.spec
25 RC_SRCS = rsrc.rc
27 all: check_wrc $(PROGRAMS)
29 @MAKE_RULES@
31 progman: $(OBJS)
32 $(CC) -o progman $(OBJS) $(DLL_LINK) $(LIBS)
34 install::
35 $(INSTALL_PROGRAM) progman $(bindir)/progman
37 uninstall::
38 $(RM) $(bindir)/progman
40 ### Dependencies: