mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
4f356e86e4
Made crtdll a separate dll.
16 lines
212 B
Makefile
16 lines
212 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = crtdll
|
|
SOVERSION = 1.0
|
|
|
|
C_SRCS = \
|
|
crtdll_main.c \
|
|
mbstring.c \
|
|
wcstring.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|