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.

59 lines
989 B

  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. George Jenkins (GeorgeJe)
  12. !ENDIF
  13. !ifndef FAXROOT
  14. FAXROOT=$(PROJECT_ROOT)\fax
  15. !endif
  16. !include $(FAXROOT)\faxsrc.inc
  17. TARGETNAME=faxstat
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. UMTYPE=windows
  21. UMENTRY=wwinmain
  22. USE_MSVCRT=1
  23. NTKEEPRESOURCETMPFILES=1
  24. INCLUDES=\
  25. $(INCLUDES); \
  26. ..\inc; \
  27. $(FAXROOT)\service\server; \
  28. $(FAXROOT)\service\inc
  29. LINKLIBS=\
  30. $(LINKLIBS)\
  31. $(SDK_LIB_PATH)\comctl32.lib \
  32. $(SDK_LIB_PATH)\comdlg32.lib \
  33. $(SDK_LIB_PATH)\shell32.lib \
  34. $(SDK_LIB_PATH)\uuid.lib \
  35. $(SDK_LIB_PATH)\winmm.lib \
  36. $(SDK_LIB_PATH)\winspool.lib \
  37. $(SDK_LIB_PATH)\winfax.lib
  38. SOURCES=\
  39. faxstat.c \
  40. server.c \
  41. faxstat.rc