shell32: In ParseDisplayName make use of shdocvw if the display name is not a drive...
[wine/hacks.git] / dlls / ntdll / Makefile.in
blobac8558729e7c1ed63af16bec06c18849b4313f88
1 EXTRADEFS = -D_NTSYSTEM_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = ntdll.dll
7 IMPORTLIB = ntdll
8 EXTRALIBS = @IOKITLIB@
9 EXTRADLLFLAGS = -Wl,--image-base,0x7bc00000
11 C_SRCS = \
12 actctx.c \
13 atom.c \
14 cdrom.c \
15 critsection.c \
16 debugbuffer.c \
17 debugtools.c \
18 directory.c \
19 env.c \
20 error.c \
21 exception.c \
22 file.c \
23 handletable.c \
24 heap.c \
25 large_int.c \
26 loader.c \
27 loadorder.c \
28 misc.c \
29 nt.c \
30 om.c \
31 path.c \
32 printf.c \
33 process.c \
34 pthread.c \
35 reg.c \
36 relay.c \
37 resource.c \
38 rtl.c \
39 rtlbitmap.c \
40 rtlstr.c \
41 sec.c \
42 serial.c \
43 server.c \
44 signal_i386.c \
45 signal_powerpc.c \
46 signal_sparc.c \
47 signal_x86_64.c \
48 string.c \
49 sync.c \
50 tape.c \
51 thread.c \
52 threadpool.c \
53 time.c \
54 version.c \
55 virtual.c \
56 wcstring.c
58 RC_SRCS = version.rc
60 EXTRA_OBJS = relay32.o
62 @MAKE_DLL_RULES@
64 relay32.o: $(WINEBUILD)
65 $(WINEBUILD) $(WINEBUILDFLAGS) -o $@ --relay32
67 @DEPENDENCIES@ # everything below this line is overwritten by make depend