mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
3e35bf3889
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
MODULE = shcore.dll
|
|
IMPORTLIB = shcore
|
|
IMPORTS = user32 gdi32 ole32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
main.c
|