mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
16 lines
197 B
Makefile
16 lines
197 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
|
|
PO_SRCS = mpr.rc
|
|
|
|
@MAKE_DLL_RULES@
|