projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server: Don't cache sockets until they are pollable.
[wine]
/
programs
/
winemenubuilder
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = winemenubuilder.exe
7
APPMODE = -mwindows -municode
8
IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32
9
10
C_SRCS = \
11
winemenubuilder.c
12
13
@MAKE_PROG_RULES@