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.

36 lines
850 B

  1. !if 0
  2. Copyright (c) 1999 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. DISABLE_PCH=1
  5. ROOT=$(MAKEDIR:\dmo\msdmo=)
  6. !include $(ROOT)\common.inc
  7. TARGETNAME=msdmo
  8. TARGETTYPE=DYNLINK
  9. TARGETPATH=obj
  10. PASS1_PUBLISH={$(O)\msdmo.lib=$(SDK_LIB_PATH)\msdmo.lib}
  11. DLLENTRY=_DllMainCRTStartup
  12. # Need to distribute this version on Windows 95
  13. SUBSYSTEM_VERSION=4.00
  14. TARGETLIBS= $(TARGETLIBS) \
  15. $(SDK_LIB_PATH)\dmoguids.lib \
  16. $(SDK_LIB_PATH)\ole32.lib \
  17. $(SDK_LIB_PATH)\advapi32.lib \
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\msvcrt.lib \
  21. $(SDK_LIB_PATH)\winmm.lib \
  22. $(SDK_LIB_PATH)\uuid.lib
  23. SOURCES = \
  24. dmort.cpp \
  25. regenum.cpp \
  26. guidenum.cpp \
  27. dmoutils.cpp \
  28. msdmo.rc
  29. COFFBASE=$(TARGETNAME)