mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
a426b6b4a9
Support both --align and --packing for compatibility with midl.
13 lines
323 B
Makefile
13 lines
323 B
Makefile
MODULE = msdaps.dll
|
|
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
msdaps.idl \
|
|
row_server.c \
|
|
row_server.idl \
|
|
usrmarshal.c
|
|
|
|
dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer -DENTRY_PREFIX=msdaps_
|
|
i386_EXTRAIDLFLAGS = --packing=2
|
|
arm_EXTRAIDLFLAGS = --packing=2
|