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.

43 lines
722 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility.
  4. #
  5. #---------------------------------------------------------------------
  6. TARGET=ConnMgr.exe
  7. RELEASE=HEALTHMON\$(PLATFORM)
  8. UNICODE=1
  9. USEMFC=1
  10. RCFILES=ConnMgr.rc
  11. RCFLAGS= /D _MAC
  12. LFLAGS=$(LFLAGS) /STACK:0x100000
  13. CFLAGS=$(CFLAGS) /D_ATL_DLL
  14. CINC+= -I$(WMIINC) -I$(NT5INC)
  15. IDLDIR=.\
  16. IDLFILES=.\connmgr.idl
  17. CPPFILES=\
  18. .\ConnMgr.cpp \
  19. .\Connection.cpp \
  20. .\ConnectionManager.cpp \
  21. .\EventEntry.cpp \
  22. .\Ping.cpp \
  23. .\StdAfx.cpp \
  24. LIBS= \
  25. $(CONLIBS) \
  26. $(MFCDLL) \
  27. $(CLIB)\RPCRT4.LIB \
  28. $(CLIB)\ATL.LIB \
  29. $(CLIB)\ws2_32.lib \
  30. $(NT5LIB)\icmp.lib \
  31. $(WMILIB)\WBEMUUID.LIB