wine/dlls/msdaps/Makefile.in
Alexandre Julliard a426b6b4a9 widl: Make the alignment option generic instead of win32/win64-specific.
Support both --align and --packing for compatibility with midl.
2023-11-10 11:06:38 +01:00

14 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