Makefile.in 183 B

123456789101112131415
  1. MODULE = rpcss.exe
  2. IMPORTS = rpcrt4 advapi32
  3. EXTRADLLFLAGS = -mconsole -municode
  4. C_SRCS = \
  5. epmp.c \
  6. irotp.c \
  7. rpcss_main.c
  8. IDL_SRCS = \
  9. epm.idl \
  10. irot.idl \
  11. irpcss.idl