Added stubs for CryptGenRandom(), CryptReleaseContext().
[wine/hacks.git] / programs / control / Makefile.in
blobcb615940688c1c58acb60239a3e8a5cbf5142aef
1 DEFS = -DWINELIB -DSTRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
7 PROGRAMS = control
8 IMPORTS = advapi32 comctl32 shlwapi shell32 ole32 rpcrt4 user32 gdi32 kernel32
10 C_SRCS = control.c
12 SPEC_SRCS = control.spec
14 all: $(PROGRAMS)
16 @MAKE_RULES@
18 control: $(OBJS)
19 $(CC) -o control $(OBJS) $(DLL_LINK) $(LIBS)
21 install::
22 $(INSTALL_PROGRAM) control $(bindir)/control
24 uninstall::
25 $(RM) $(bindir)/control
27 ### Dependencies: