projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Avoid crash by passing pointer to RegSetValueEx.
[wine]
/
programs
/
winemenubuilder
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winemenubuilder.exe
6
APPMODE = -mwindows
7
IMPORTS = shell32 ole32 user32 advapi32 kernel32
8
EXTRALIBS = -luuid
9
10
C_SRCS = \
11
winemenubuilder.c
12
13
@MAKE_PROG_RULES@
14
15
install::
16
$(MKINSTALLDIRS) $(bindir)
17
$(INSTALL_SCRIPT) $(TOPSRCDIR)/tools/wineshelllink $(bindir)/wineshelllink
18
19
uninstall::
20
$(RM) $(bindir)/wineshelllink
21
22
### Dependencies: