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.

42 lines
824 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMP=1
  9. WMIUNICODE=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETNAME=moengine
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. TARGETLIBS= \
  16. $(UTILLIB_LIB) \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\rpcrt4.lib
  21. INCLUDES=\
  22. $(INCLUDES); \
  23. $(MOENGINE_INC); \
  24. $(UTILLIB_INC); \
  25. SOURCES=\
  26. moengine.cpp \
  27. MOEngine.rc
  28. C_DEFINES=/D_WINDLL /D_WIN32_DCOM
  29. USE_VCCOM=1
  30. USE_NATIVE_EH=ASYNC
  31. USE_MSVCRT=1
  32. USE_MFCUNICODE=1
  33. 386_STDCALL=0