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.

82 lines
1.4 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\ui\nmctl1=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=ui
  9. MINORCOMP=chat
  10. TARGETNAME=nmchat
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=DYNLINK
  13. C_DEFINES = $(C_DEFINES) -D_USRDLL
  14. DLLDEF=nmchat.def
  15. DLLENTRY=_DllMainCRTStartup
  16. USE_MSVCRT=1
  17. 386_STDCALL=1
  18. # Enable lego build
  19. BBTCOMP=1
  20. #
  21. # Libs common to NT and Win95
  22. #
  23. LINKLIBS=\
  24. $(ROOT)\nmutil\nmutila\$(O)\nmutila.lib
  25. TARGETLIBS=\
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\gdi32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\shell32.lib \
  32. $(SDK_LIB_PATH)\comdlg32.lib \
  33. $(SDK_LIB_PATH)\comctl32.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\oleaut32.lib \
  36. $(ROOT)\t120\mst120\$(O)\mst120.lib
  37. #
  38. # List of sources
  39. #
  40. SOURCES= Chatldr.cpp \
  41. ComboBoxEx.cpp \
  42. Message.cpp \
  43. NMChatCtl.cpp \
  44. NmCtl1.cpp \
  45. NmCtlDbg.cpp \
  46. ms_util.cpp \
  47. NmCtl1.rc
  48. #
  49. # Precompiled specs
  50. #
  51. PRECOMPILED_INCLUDE = precomp.h
  52. PRECOMPILED_PCH = precomp.pch
  53. PRECOMPILED_OBJ = precomp.obj
  54. PRECOMPILED_CXX = 1
  55. CONDITIONAL_INCLUDES = \
  56. macocidl.h \
  57. macwin32.h \
  58. rpcerr.h \
  59. rpcmac.h \
  60. winwlm.h \
  61. macname1.h \
  62. macname2.h \
  63. macpub.h \
  64. macapi.h