projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wineqtdecoder: Register the QT Splitter to be a default potential handler for all...
[wine]
/
programs
/
rpcss
/
Makefile.in
1
EXTRADEFS = -D__WINESRC__
2
MODULE = rpcss.exe
3
APPMODE = -mconsole
4
IMPORTS = rpcrt4
5
6
C_SRCS = \
7
epmp.c \
8
irotp.c \
9
rpcss_main.c
10
11
IDL_S_SRCS = \
12
epm.idl \
13
irot.idl
14
15
@MAKE_PROG_RULES@