mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
d229b98c61
lstr* functions; added a few missing ones; fixed a couple of bugs.
20 lines
269 B
Makefile
20 lines
269 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = crtdll
|
|
|
|
SPEC_SRCS = crtdll.spec
|
|
|
|
C_SRCS = \
|
|
crtdll_main.c \
|
|
mbstring.c \
|
|
wcstring.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|