mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
12 lines
176 B
Makefile
12 lines
176 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ifsmgr.vxd
|
|
IMPORTS = kernel32 kernel
|
|
|
|
C_SRCS = \
|
|
ifsmgr.c
|
|
|
|
@MAKE_DLL_RULES@
|