mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
7 lines
87 B
Makefile
7 lines
87 B
Makefile
MODULE = toolhelp.dll16
|
|
EXTRADLLFLAGS = -m16
|
|
|
|
C_SRCS = toolhelp.c
|
|
|
|
@MAKE_DLL_RULES@
|