mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
9c672134fd
Added spec files for winnls and winnls32.
17 lines
240 B
Makefile
17 lines
240 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winnls32
|
|
ALTNAMES = winnls
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
winnls.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|