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