makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / sti / Makefile.in
1 MODULE    = sti.dll
2 IMPORTLIB = sti
3 IMPORTS   = uuid ole32 oleaut32 rpcrt4 advapi32
4 EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
5
6 C_SRCS = \
7         regsvr.c \
8         sti.c \
9         sti_main.c
10
11 IDL_P_SRCS = \
12         sti_wia.idl
13
14 EXTRA_OBJS = dlldata.o
15
16 @MAKE_DLL_RULES@