mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
6 lines
117 B
Makefile
6 lines
117 B
Makefile
MODULE = winnls.dll16
|
|
IMPORTS = winnls32
|
|
EXTRADLLFLAGS = -m16 -Wb,--main-module,winnls32.dll
|
|
|
|
C_SRCS = winnls.c
|