mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
8 lines
158 B
Makefile
8 lines
158 B
Makefile
MODULE = shell.dll16
|
|
IMPORTS = shell32 user32 gdi32 advapi32
|
|
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,shell32.dll
|
|
|
|
C_SRCS = shell.c
|
|
|
|
RC_SRCS = version.rc
|