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.

73 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author: Johann Posch
  11. !ENDIF
  12. TARGETNAME=ActXPrxy
  13. TARGETPATH=obj
  14. TARGETTYPE=DYNLINK
  15. C_DEFINES=\
  16. $(C_DEFINES) \
  17. -DFLAT \
  18. -DWIN32=100 \
  19. -D_NT1X_=100 \
  20. -DINC_OLE2 \
  21. -DNOEXCEPTIONS \
  22. -DREGISTER_PROXY_DLL \
  23. -DNASHVILLE \
  24. $(TRACELOG)
  25. !IF "$(ALMOSTRETAIL)"!="" && "$(NTDEBUG)" == "retail"
  26. C_DEFINES=\
  27. $(C_DEFINES) \
  28. -DDBGASSERT=1
  29. !ENDIF
  30. USE_MSVCRT=1
  31. DELAYLOAD=OLEAUT32.DLL;RPCRT4.DLL;OLE32.DLL
  32. DLLDEF=sweeprx.def
  33. DLLENTRY=_DllMainCRTStartup
  34. MSC_WARNING_LEVEL=/W3 /WX
  35. UMTYPE=console
  36. SUBSYSTEM_VERSION=4.00
  37. # !!!
  38. # !!! If you are adding files to one of the component proxy libs, remember to add macros to dlldatax.c
  39. # !!!
  40. SOURCES=\
  41. dlldatax.c \
  42. call_as.c \
  43. actxprxy.rc
  44. TARGETLIBS=\
  45. $(SHELL_LIB_PATH)\shlproxy.lib \
  46. $(SHELL_LIB_PATH)\shguidp.lib \
  47. $(SHELL_LIB_PATH)\ieguidp.lib \
  48. $(COM_LIB_PATH)\comcatprxy.obj \
  49. $(INETCORE_LIB_PATH)\ieproxy.lib \
  50. $(ENDUSER_LIB_PATH)\hlinkprxy.obj \
  51. $(SDK_LIB_PATH)\uuid.lib \
  52. $(SDK_LIB_PATH)\rpcrt4.lib \
  53. $(SDK_LIB_PATH)\oleaut32.lib \
  54. $(SDK_LIB_PATH)\ole32.lib \
  55. $(SDK_LIB_PATH)\kernel32.lib