makefiles: Add a standard header for all makefiles to replace the common variable...
[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@