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.

51 lines
1.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2002 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=smi2smir
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. TARGETLIBS= \
  15. $(WMIIDL_LIB) \
  16. $(SNMP_MFC_LIB) \
  17. $(FRAMEWORK_EXPT_LIB) \
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\ole32.lib \
  21. $(SDK_LIB_PATH)\version.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\uuid.lib \
  25. $(SNMP_SMI2SMIR_DIR)\lib\simclib\$(O)\simclib.lib
  26. INCLUDES=$(INCLUDES); \
  27. $(STDLIBRARY_INC); \
  28. $(SNMP_SMI2SMIR_DIR)\include; \
  29. $(SNMP_SMIR_INC); \
  30. $(SNMP_MFC_INC); \
  31. $(FRAMEWORK_EXPT_INC); \
  32. $(WMIIDL_INC)
  33. SOURCES= \
  34. smi2smir.rc \
  35. generator.cpp \
  36. main.cpp \
  37. # Next, specify options for the compiler using C_DEFINES.
  38. C_DEFINES=$(C_DEFINES) /D_AFXDLL /DYYDEBUG=1 /DMODULEINFODEBUG=1
  39. UMTYPE=console
  40. UMENTRY=main
  41. USE_MSVCRT=1
  42. USE_VCCOM=1
  43. USE_NATIVE_EH=ASYNC
  44. USE_IOSTREAM=1
  45. USE_STL=1