Use the passed hdc in CreateDIBitmap instead of creating a new one.
[wine/multimedia.git] / server / Makefile.in
blobb03708b124962d4d0a4aa242062cf1926c5322d9
1 DEFS = -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = none
8 C_SRCS = \
9 async.c \
10 atom.c \
11 change.c \
12 console.c \
13 context_i386.c \
14 context_sparc.c \
15 debugger.c \
16 device.c \
17 event.c \
18 file.c \
19 handle.c \
20 main.c \
21 mapping.c \
22 mutex.c \
23 named_pipe.c \
24 object.c \
25 pipe.c \
26 process.c \
27 ptrace.c \
28 queue.c \
29 registry.c \
30 request.c \
31 select.c \
32 semaphore.c \
33 serial.c \
34 snapshot.c \
35 sock.c \
36 thread.c \
37 timer.c \
38 trace.c \
39 unicode.c
41 PROGRAMS = wineserver
43 all: $(PROGRAMS)
45 @MAKE_RULES@
47 wineserver: $(OBJS)
48 $(CC) -o $(PROGRAMS) $(OBJS) $(LIBUNICODE) $(LIBS) $(LDFLAGS)
50 install:: $(PROGRAMS)
51 [ -d $(bindir) ] || $(MKDIR) $(bindir)
52 $(INSTALL_PROGRAM) wineserver $(bindir)/wineserver
54 uninstall::
55 $(RM) $(bindir)/wineserver
57 ### Dependencies: