mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
16 lines
212 B
Makefile
16 lines
212 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = msvcrtd.dll
|
|
IMPORTS = msvcrt kernel32
|
|
|
|
C_SRCS = \
|
|
debug.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|