16 lines
349 B
Makefile
16 lines
349 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winnls.dll16
|
|
IMPORTS = winnls32 kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,winnls32.dll
|
|
|
|
SPEC_SRCS = winnls.dll16.spec
|
|
|
|
C_SRCS = winnls.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|