projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Stubs for BuildTrusteeWithSid(A/W).
[wine]
/
dlls
/
crtdll
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = crtdll.dll
6
IMPORTS = msvcrt kernel32
7
EXTRALIBS = $(LIBUNICODE)
8
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = \
14
crtdll_main.c
15
16
@MAKE_DLL_RULES@
17
18
### Dependencies: