mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
15 lines
268 B
Makefile
15 lines
268 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = crtdll.dll
|
|
IMPORTS = msvcrt kernel32
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
|
|
|
|
C_SRCS = \
|
|
crtdll_main.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|