Leaked source code of windows server 2003
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.

38 lines
1.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=rcvtprx
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. # The developer defines the SOURCES macro. It contains a list of all the
  14. # source files for this component. Specify each source file on a separate
  15. # line using the line-continuation character. This minimizes merge
  16. # conflicts if two developers are adding source files to the same component.
  17. SOURCES= \
  18. rcvtest.idl \
  19. $(O)\rcvtest_i.c \
  20. $(O)\rcvtest_p.c \
  21. dlldata.c
  22. TARGETLIBS= \
  23. $(SDK_LIB_PATH)\rpcrt4.lib \
  24. $(SDK_LIB_PATH)\oleaut32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib
  27. # Next, specify options for the compiler using C_DEFINES.
  28. C_DEFINES=$(C_DEFINES) /DREGISTER_PROXY_DLL
  29. WIN32_WINNT_VERSION=0x0400
  30. USE_MSVCRT=1
  31. DLLENTRY=_DllMainCRTStartup
  32. DLLDEF=$(O)\rcvtprx.def