mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
MODULE = stress.dll16
|
|
EXTRADLLFLAGS = -m16
|
|
|
|
C_SRCS = stress.c
|
|
|
|
@MAKE_DLL_RULES@
|