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.

88 lines
2.0 KiB

  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. Author:
  11. Dean Edwards (DeanE) 11-Jan-1993
  12. !ENDIF
  13. MAJORCOMP= comutest
  14. MINORCOMP= channelperf
  15. #
  16. # This is the name of the target built from the source files specified
  17. # below. The name should include neither the path nor the file extension.
  18. #
  19. TARGETNAME= iperf
  20. TARGETPATH= obj
  21. #
  22. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  23. # etc.
  24. #
  25. TARGETTYPE= DYNLINK
  26. #
  27. # This specifies the target of a release
  28. #
  29. DLLDEF= prxydll.def
  30. DLLBASE= @$(COFFBASE_TXT_FILE),ole32
  31. INCLUDES= .;\
  32. ..\idl;\
  33. $(BASEDIR)\public\sdk\inc; \
  34. $(BASEDIR)\private\cinc; \
  35. $(BASEDIR)\private\types\oleprx32\daytona
  36. C_DEFINES= $(C_DEFINES) \
  37. -DFLAT \
  38. -D_NT1X_=100 \
  39. -DUNICODE \
  40. -D_UNICODE \
  41. -DINC_OLE2
  42. SOURCES= \
  43. iperf_p.cxx \
  44. dlldata.c
  45. UMTYPE= windows
  46. #UMENTRY= _CRTDLL_INIT
  47. LINKLIBS= \
  48. ..\perfuuid\$(O)\perfuuid.lib \
  49. $(SDK_LIB_PATH)\uuid.lib \
  50. $(SDK_LIB_PATH)\stdclass.lib \
  51. $(SDK_LIB_PATH)\ole32.lib \
  52. $(SDK_LIB_PATH)\rpcrt4.lib \
  53. $(SDK_LIB_PATH)\kernel32.lib
  54. #
  55. # We are linking with libcmt explicitly because makefile.def/build.exe
  56. # is so wonderful that it sets the proper -Ddefines on C_DEFINES but
  57. # never uses the $%#@ CRT lib when it builds the DLL... We still need
  58. # to set USE_LIBCMT to 1 so the proper defines are set
  59. #
  60. USE_LIBCMT= 1
  61. PRECOMPILED_INCLUDE=