repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mfplat/sample: Optimize copying to 2d buffer.
[wine.git]
/
dlls
/
mountmgr.sys
/
Makefile.in
blob
11a9a23d5f608cf1dbe48158a18073d9d9f19d03
1
MODULE
=
mountmgr.sys
2
UNIXLIB
=
mountmgr.so
3
IMPORTS
=
uuid advapi32 ntoskrnl
4
DELAYIMPORTS
=
user32
5
UNIX_CFLAGS
= $(
DBUS_CFLAGS
) $(
HAL_CFLAGS
)
6
UNIX_LIBS
= $(
DISKARBITRATION_LIBS
) $(
SYSTEMCONFIGURATION_LIBS
) $(
CORESERVICES_LIBS
) $(
SECURITY_LIBS
)
7
8
EXTRADLLFLAGS
= -
Wl
,--
subsystem
,
native
9
10
C_SRCS
=
\
11
cred.c \
12
dbus.c \
13
device.c \
14
diskarb.c \
15
mountmgr.c \
16
unixlib.c