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.

38 lines
625 B

  1. TARGETNAME=wmibase
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_LATEST_MFC=1
  5. USE_MFCUNICODE=1
  6. USE_NATIVE_EH=1
  7. USE_STL=1
  8. USE_IOSTREAM=1
  9. USE_VCCOM=1
  10. INCLUDES= .; \
  11. ..; \
  12. $(SDK_INC_PATH)\private\inc; \
  13. ..\..\inc; \
  14. ..\inetcfg; \
  15. SOURCES= \
  16. stdafx.cpp \
  17. MTrace.cpp \
  18. MWMIParameter.cpp \
  19. MWMIInstance.cpp \
  20. MWMIObject.cpp \
  21. MWMIError.cpp \
  22. MIPAddressAdmin.cpp \
  23. MIPAddress.cpp \
  24. MEventLog.cpp \
  25. WTokens.cpp \
  26. MUsingCom.cpp
  27. UMTYPE=console
  28. UMLIBS= \
  29. ..\inetcfg\$(O)\nicbind.lib \
  30. ..\..\util\$(O)\wlbsutil.lib