mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
MODULE = shell.dll16
|
|
IMPORTS = shell32 user32 gdi32 advapi32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,shell32.dll
|
|
|
|
SOURCES = \
|
|
shell.c \
|
|
version.rc
|