wineps.drv: Assign to structs instead of using memcpy.
[wine] / dlls / qedit / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = qedit.dll
6 IMPORTS   = ole32 advapi32 kernel32
7 EXTRALIBS = -lstrmiids -luuid
8
9 C_SRCS = \
10         main.c \
11         mediadet.c \
12         regsvr.c
13
14 @MAKE_DLL_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend