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.

52 lines
839 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. $(BASEDIR)\public\sdk\lib\*\rpcutil.lib
  11. Author:
  12. Wesley Witt (wesw)
  13. !ENDIF
  14. !IF $(IA64)
  15. TARGETNAME=
  16. TARGETTYPE=NOTARGET
  17. TARGETPATH=
  18. !ELSE
  19. !include ..\..\..\..\faxsrc.inc
  20. TARGETNAME=clistub
  21. TARGETPATH=obj
  22. TARGETTYPE=LIBRARY
  23. BACKGROUND_USE=1
  24. NTKEEPRESOURCETMPFILES=1
  25. USE_CRTDLL=1
  26. CHICAGO_PRODUCT=1
  27. NOUNICODE=1
  28. INCLUDES=\
  29. $(INCLUDES);\
  30. $(FAXROOT)\service\inc9x;\
  31. $(FAXROOT)\service\include;\
  32. SOURCES=\
  33. faxcli_s.c \
  34. faxrpc_c.c
  35. !ENDIF