mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
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:
|