mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
6c8147b1d1
separate VxD dlls. Moved VMM code to a separate dll, and removed the registry calls to get rid of the code duplication with advapi32.
13 lines
188 B
Makefile
13 lines
188 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = vmm.vxd
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
vmm.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|