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.

47 lines
910 B

  1. !IF 0
  2. Copyright (c) 1989-2001 Microsoft Corporation
  3. !ENDIF
  4. !include $(PROJECT_ROOT)\win32\clickonce\installer.inc
  5. TARGETPATH=obj
  6. TARGETNAME=manifest
  7. TARGETTYPE=DYNLINK
  8. TARGETEXT=ocx
  9. UMTYPE=windows
  10. DLLBASE=0x58000000
  11. DLLDEF=mimedll.def
  12. # Make sure the component libs are built before this.
  13. SYNCHRONIZE_DRAIN=1
  14. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  15. DLLENTRY= _DllMainCRTStartup
  16. USE_CRTDLL=1
  17. INCLUDES=..\includes;\
  18. $(INCLUDES)
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. #for CLSIDs
  23. $(SDK_LIB_PATH)\uuid.lib \
  24. #for util.lib/cstring
  25. $(SDK_LIB_PATH)\shlwapi.lib \
  26. #for CoTaskMemFree
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib \
  29. $(SDK_LIB_PATH)\wininet.lib
  30. LINKLIBS=\
  31. $(INSTALLER_LIB_PATH)\util.lib
  32. SOURCES=\
  33. mimedll.rc \
  34. mimedll.cpp \
  35. activexmime.cpp