wine/dlls/crtdll/Makefile.in
Alexandre Julliard d229b98c61 Reimplemented multi-byte and wide-chars functions to not depend on
lstr* functions; added a few missing ones; fixed a couple of bugs.
1999-08-08 18:47:59 +00:00

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: