projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32: Make CopyFile() call CopyFileEx() instead of the other way around.
[wine]
/
dlls
/
crtdll
/
Makefile.in
1
MODULE = crtdll.dll
2
IMPORTLIB = crtdll
3
IMPORTS = msvcrt
4
MODCFLAGS = @BUILTINFLAG@
5
EXTRAINCL = -I$(top_srcdir)/include/msvcrt
6
7
C_SRCS = \
8
crtdll_main.c
9
10
@MAKE_DLL_RULES@