projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.
[wine]
/
programs
/
reg
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = reg.exe
3
APPMODE = -mconsole -municode
4
IMPORTS = advapi32
5
DELAYIMPORTS = user32
6
7
C_SRCS = reg.c
8
9
RC_SRCS = reg.rc
10
PO_SRCS = reg.rc
11
12
@MAKE_PROG_RULES@