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.

80 lines
1.4 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\ui\confmrsl=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=conf
  9. MINORCOMP=confmrsl
  10. TARGETNAME=confmrsl
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=DYNLINK
  13. DLLDEF=confmrsl.def
  14. DLLENTRY=DllMain
  15. C_DEFINES = $(C_DEFINES) -DREGISTER_PROXY_DLL -DWIN32
  16. INCLUDES=$(INCLUDES);$(ATL_INCLUDE_PATH);
  17. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\rpcns4.lib \
  21. $(SDK_LIB_PATH)\rpcrt4.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\uuid.lib
  24. #LINKER_FLAGS = $(LINKER_FLAGS) /verbose
  25. #
  26. # Parameters for MIDL
  27. #
  28. IDL_TYPE=ole
  29. PASS0_HEADERDIR = $(ROOT)\ui\confmrsl\$(O)
  30. PASS0_SOURCEDIR = $(ROOT)\ui\confmrsl\$(O)
  31. MIDL_TLBDIR = $(ROOT)\ui\confmrsl\$(O)
  32. MIDL_UUIDDIR = $(ROOT)\ui\confmrsl\$(O)
  33. #
  34. # List of sources
  35. #
  36. SOURCES= imsconf3.idl \
  37. imsconf3_i.c \
  38. imsconf3_p.c \
  39. SDKInternal.idl \
  40. SDKInternal_i.c \
  41. SDKInternal_p.c \
  42. iapplet.idl \
  43. iapplet_i.c \
  44. iapplet_p.c \
  45. iplgxprt.idl \
  46. iplgxprt_i.c \
  47. iplgxprt_p.c \
  48. ps.cpp \
  49. confmrsl.rc \
  50. DllData.c
  51. CONDITIONAL_INCLUDES = \
  52. macocidl.h \
  53. subwtype.h \
  54. resource.hm \
  55. macwin32.h \
  56. rpcerr.h \
  57. rpcmac.h \
  58. winwlm.h \
  59. macname1.h \
  60. macname2.h \
  61. macpub.h \
  62. macapi.h