Source code of Windows XP (NT5)
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.

87 lines
1.8 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\samples\service=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=samples
  9. MINORCOMP=service
  10. TARGETNAME=service
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=PROGRAM
  13. #UMTYPE=console
  14. #
  15. # Parameters for MIDL
  16. #
  17. IDL_TYPE=ole
  18. PASS0_HEADERDIR=$(O)
  19. PASS0_SOURCEDIR=$(O)
  20. MIDL_UUIDDIR=$(O)
  21. MIDL_TLBDIR=$(O)
  22. 386_STDCALL=1
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\shell32.lib \
  31. $(SDK_LIB_PATH)\comctl32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\crypt32.lib \
  34. $(ROOT)\nmutil\$(NMUTIL_LIB)\$(_OBJ_DIR)\*\$(NMUTIL_LIB).lib \
  35. $(ROOT)\t120\mst120\$(_OBJ_DIR)\*\rdcall.lib \
  36. $(ROOT)\as\cpi32.nt\$(O)\rdas32.lib
  37. #
  38. # List of sources
  39. #
  40. SOURCES= \
  41. imsconf3.idl\
  42. imsconf3_i.c\
  43. service.cpp \
  44. nmmgr.cpp \
  45. clutil.cpp \
  46. cconf.cpp \
  47. srvcutil.cpp \
  48. srvccall.cpp \
  49. taskbar.cpp \
  50. dbg.cpp \
  51. service.rc
  52. PRECOMPILED_INCLUDE = precomp.h
  53. PRECOMPILED_PCH = precomp.pch
  54. PRECOMPILED_OBJ = precomp.obj
  55. PRECOMPILED_CXX = 1
  56. #
  57. CONDITIONAL_INCLUDES = \
  58. compman.h drawdib.h avifmt.h avifile.h \
  59. mciwnd.h msvideo.h avicap.h \
  60. macocidl.h \
  61. macwin32.h \
  62. rpcerr.h \
  63. rpcmac.h \
  64. winwlm.h \
  65. macname1.h \
  66. macname2.h \
  67. macpub.h \
  68. macapi.h