user32/tests: Fix a test failure on Win95.
[wine] / dlls / msdmo / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = msdmo.dll
6 IMPORTLIB = msdmo
7 IMPORTS   = uuid ole32 user32 advapi32 kernel32 
8
9 C_SRCS = \
10         dmoreg.c \
11         dmort.c
12
13 RC_SRCS = \
14         rsrc.rc
15
16 @MAKE_DLL_RULES@
17
18 @DEPENDENCIES@  # everything below this line is overwritten by make depend