wine/dlls/shcore/Makefile.in
Rémi Bernon 81e9b72dc9 shcore: Use delay import for user32 and ole32.
And drop gdi32 which isn't required.
2022-09-30 18:34:18 +02:00

10 lines
148 B
Makefile

MODULE = shcore.dll
IMPORTLIB = shcore
IMPORTS = advapi32
DELAYIMPORTS = user32 ole32
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
main.c