mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
MODULE = winnls.dll16
|
|
IMPORTS = winnls32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,winnls32.dll
|
|
|
|
C_SRCS = winnls.c
|
|
|
|
@MAKE_DLL_RULES@
|