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.

74 lines
1.5 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:
  11. Darwin Ouyang (t-darouy)
  12. Original: Wesley Witt
  13. !ENDIF
  14. !ifndef FAXROOT
  15. FAXROOT=$(PROJECT_ROOT)\fax
  16. !endif
  17. !include $(FAXROOT)\faxsrc.inc
  18. TARGETNAME=routeext
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. UMTYPE=windows
  22. DLLDEF=routeext.def
  23. DLLENTRY=_DllMainCRTStartup
  24. USE_ATL=1
  25. USE_MSVCRT=1
  26. PRECOMPILED_CXX=1
  27. PRECOMPILED_INCLUDE=stdafx.h
  28. PRECOMPILED_PCH=precomp.pch
  29. PRECOMPILED_OBJ=precomp.obj
  30. C_DEFINES=$(C_DEFINES) $(ATL_FLAGS) -D_ATL_NO_DEBUG_CRT
  31. INCLUDES=$(INCLUDES);$(ATL_INCLUDES)
  32. TARGETLIBS= \
  33. $(TARGETLIBS) \
  34. $(SDK_LIB_PATH)\mmc.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\advapi32.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\oleaut32.lib \
  41. $(SDK_LIB_PATH)\wininet.lib \
  42. $(SDK_LIB_PATH)\comctl32.lib \
  43. $(SDK_LIB_PATH)\uuid.lib \
  44. $(SDK_LIB_PATH)\winspool.lib \
  45. $(SDK_LIB_PATH)\shell32.lib \
  46. $(SDK_LIB_PATH)\winfax.lib \
  47. $(FAXROOT)\lib\*\winfaxp.lib
  48. SOURCES= \
  49. routeext.idl \
  50. stdafx.cpp \
  51. route.cpp \
  52. routeext.cpp \
  53. routeext.rc