mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 15:38:29 +00:00
61e48c7af1
- Support temporary files, add tmpfile, rmtmp - spawn* functions: fix args, add cwait, searchenv
28 lines
377 B
Makefile
28 lines
377 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = crtdll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
console.c \
|
|
crtdll_main.c \
|
|
dir.c \
|
|
exit.c \
|
|
file.c \
|
|
locale.c \
|
|
mbstring.c \
|
|
memory.c \
|
|
spawn.c \
|
|
string.c \
|
|
time.c \
|
|
wcstring.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|