projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
[wine]
/
programs
/
reg
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = reg.exe
7
APPMODE = -mconsole -municode
8
IMPORTS = advapi32 kernel32
9
DELAYIMPORTS = user32
10
11
C_SRCS = reg.c
12
13
RC_SRCS = rsrc.rc
14
15
@MAKE_PROG_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend