Added the button states as returned by IsDlgButtonChecked().
[wine/dcerpc.git] / scheduler / Makefile.in
blob1b1f87b774e182faa6571d419fc63015f4082f35
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = scheduler
8 C_SRCS = \
9 client.c \
10 critsection.c \
11 event.c \
12 handle.c \
13 mutex.c \
14 pipe.c \
15 process.c \
16 semaphore.c \
17 synchro.c \
18 sysdeps.c \
19 syslevel.c \
20 thread.c
22 all: $(MODULE).o
24 @MAKE_RULES@
26 ### Dependencies: