mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 05:30:30 +00:00
9 lines
158 B
Makefile
9 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
|