projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rsaenh: Explicitly clear unused memory when exporting a private key.
[wine]
/
dlls
/
appwiz.cpl
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = appwiz.cpl
6
IMPORTS = kernel32 comctl32 advapi32 shell32 user32 comdlg32
7
8
C_SRCS = \
9
appwiz.c
10
11
RC_SRCS = \
12
De.rc \
13
En.rc \
14
Fr.rc \
15
It.rc \
16
Ja.rc \
17
Ko.rc \
18
Lt.rc \
19
Nl.rc \
20
No.rc \
21
Pt.rc \
22
Ro.rc \
23
Ru.rc \
24
Si.rc \
25
Sv.rc \
26
Zh.rc \
27
appwiz.rc
28
29
@MAKE_DLL_RULES@
30
31
@DEPENDENCIES@ # everything below this line is overwritten by make depend