mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
14 lines
162 B
Makefile
14 lines
162 B
Makefile
MODULE = mpr.dll
|
|
IMPORTLIB = mpr
|
|
IMPORTS = user32 advapi32
|
|
|
|
C_SRCS = \
|
|
auth.c \
|
|
mpr_main.c \
|
|
multinet.c \
|
|
nps.c \
|
|
pwcache.c \
|
|
wnet.c
|
|
|
|
RC_SRCS = mpr.rc
|