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.

71 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. DLLDEF=sweeprx.def
  32. DLLENTRY=_DllMainCRTStartup
  33. MSC_WARNING_LEVEL=/W3 /WX
  34. UMTYPE=console
  35. SUBSYSTEM_VERSION=4.00
  36. # !!!
  37. # !!! If you are adding files to one of the component proxy libs, remember to add macros to dlldatax.c
  38. # !!!
  39. SOURCES=\
  40. dlldatax.c \
  41. call_as.c \
  42. actxprxy.rc
  43. TARGETLIBS=\
  44. $(SHELL_LIB_PATH)\shlproxy.lib \
  45. $(SHELL_LIB_PATH)\shguidp.lib \
  46. $(SHELL_LIB_PATH)\ieguidp.lib \
  47. $(COM_LIB_PATH)\comcatprxy.obj \
  48. $(INETCORE_LIB_PATH)\ieproxy.lib \
  49. $(ENDUSER_LIB_PATH)\hlinkprxy.obj \
  50. $(SDK_LIB_PATH)\uuid.lib \
  51. $(SDK_LIB_PATH)\rpcrt4.lib \
  52. $(SDK_LIB_PATH)\oleaut32.lib \
  53. $(SDK_LIB_PATH)\ole32.lib \
  54. $(SDK_LIB_PATH)\kernel32.lib