Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
849 B

4 years ago
  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. #
  12. # The TARGETNAME variable is defined by the developer. It is the name of
  13. # the target (component) that is being built by this makefile. It
  14. # should NOT include any path or file extension information.
  15. #
  16. TARGETPATH=..\..\bin
  17. TARGETNAME=rpcclnt
  18. TARGETTYPE=PROGRAM
  19. TARGETLIBS=..\..\lib\*\rpcperf.lib
  20. INCLUDES=..;..\..\inc
  21. SOURCES=client.c\
  22. rpcrt_c.c
  23. USE_LIBCMT=1
  24. LINKLIBS= $(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
  25. $(BASEDIR)\public\sdk\lib\*\kernel32.lib
  26. UMTYPE=console
  27. UMRES=