cmd.exe: Add pushd and popd.
[wine] / programs / rpcss / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = rpcss.exe
6 APPMODE   = -mconsole
7 IMPORTS   = kernel32
8
9 C_SRCS = \
10        epmap_server.c \
11        np_server.c \
12        rpcss_main.c
13
14 @MAKE_PROG_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend