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
/
appwiz.cpl
/
Makefile.in
1
MODULE = appwiz.cpl
2
IMPORTS = uuid urlmon advpack comctl32 advapi32 shell32 user32 comdlg32
3
DELAYIMPORTS = msi
4
EXTRADEFS = -DINSTALL_DATADIR="\"$(datadir)\""
5
6
C_SRCS = \
7
addons.c \
8
appwiz.c
9
10
RC_SRCS = appwiz.rc
11
PO_SRCS = appwiz.rc
12
13
SVG_SRCS = \
14
appwiz.svg
15
16
@MAKE_DLL_RULES@