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.

43 lines
742 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. !ifndef FAXROOT
  5. FAXROOT=$(PROJECT_ROOT)\fax
  6. !endif
  7. !include $(FAXROOT)\faxsrc.inc
  8. TARGETNAME=msfaxmon
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLENTRY=DllEntryPoint
  12. NTPROFILEINPUT=yes
  13. USE_MSVCRT=1
  14. NTKEEPRESOURCETMPFILES=1
  15. PRECOMPILED_INCLUDE=faxmon.h
  16. PRECOMPILED_PCH=precomp.pch
  17. PRECOMPILED_OBJ=precomp.obj
  18. INCLUDES=\
  19. $(INCLUDES); \
  20. $(FAXROOT)\faxcover\renderer; \
  21. $(BASEDIR)\private\windows\spooler\inc
  22. TARGETLIBS=\
  23. $(SDK_LIB_PATH)\spoolss.lib \
  24. $(SDK_LIB_PATH)\gdi32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(FAXLIB)\*\\faxrend.lib
  29. SOURCES=\
  30. faxmon.c \
  31. client16.c \
  32. faxmon.rc