mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
MODULE = shcore.dll
|
|
IMPORTLIB = shcore
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = user32 ole32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
main.c
|