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.

60 lines
1004 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. Wesley Witt (wesw)
  12. !ENDIF
  13. !include ..\..\..\faxsrc.inc
  14. TARGETNAME=faxrend
  15. !ifndef NOUNICODE
  16. TARGETPATH=$(FAXLIB)
  17. !else
  18. TARGETPATH=$(FAXLIB95)
  19. !endif
  20. TARGETTYPE=LIBRARY
  21. UMTYPE=windows
  22. USE_CRTDLL=1
  23. INCLUDES=\
  24. ..\; \
  25. $(INCLUDES); \
  26. ..\..\inc; \
  27. ..\..\src;
  28. !ifndef NOUNICODE
  29. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  30. LINKLIBS_INT=\
  31. ..\..\util\unicode\$O\fautil.lib
  32. !else
  33. LINKLIBS_INT=\
  34. ..\..\util\ansi\$O\fautil.lib
  35. !endif
  36. LINKLIBS=\
  37. $(LINKLIBS)\
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\user32.lib \
  40. $(SDK_LIB_PATH)\gdi32.lib
  41. SOURCES=\
  42. ..\prtcovpg.c