shell32: Don't print not initialized value.
[wine] / dlls / winedos / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winedos.dll
6 IMPORTLIB = winedos
7 IMPORTS   = user32 kernel32 ntdll
8
9 SPEC_SRCS16 = wprocs.spec
10
11 C_SRCS = \
12         devices.c \
13         dma.c \
14         dosaspi.c \
15         dosconf.c \
16         dosmem.c \
17         dosvm.c \
18         fpu.c \
19         himem.c \
20         int09.c \
21         int10.c \
22         int13.c \
23         int15.c \
24         int16.c \
25         int21.c \
26         int25.c \
27         int26.c \
28         int2f.c \
29         int31.c \
30         int33.c \
31         int67.c \
32         interrupts.c \
33         ioports.c \
34         module.c \
35         ppdev.c \
36         relay.c \
37         soundblaster.c \
38         timer.c \
39         vga.c \
40         vxd.c \
41         xms.c
42
43 @MAKE_DLL_RULES@
44
45 @DEPENDENCIES@  # everything below this line is overwritten by make depend