makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / wuapi / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = wuapi.dll
3 IMPORTS   = uuid ole32 advapi32
4
5 C_SRCS = \
6         downloader.c \
7         installer.c \
8         main.c \
9         regsvr.c \
10         searcher.c \
11         session.c \
12         updates.c
13
14 @MAKE_DLL_RULES@