makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / fusion / Makefile.in
1 MODULE    = fusion.dll
2 IMPORTS   = advapi32 dbghelp shlwapi version user32
3
4 C_SRCS = \
5         asmcache.c \
6         asmenum.c \
7         asmname.c \
8         assembly.c \
9         fusion.c \
10         fusion_main.c
11
12 @MAKE_DLL_RULES@