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.

48 lines
939 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. Eran Yariv (EranY)
  12. !ENDIF
  13. USE_MFCUNICODE=1
  14. DEBUG_TYPE=Unicode
  15. !include ..\sources.inc
  16. TARGETNAME=$(FAXCLIENT)
  17. INCLUDES = $(INCLUDES)\
  18. $(BASEDIR)\public\internal\shell\inc;
  19. TARGETLIBS= $(TARGETLIBS)\
  20. $(BASEDIR)\public\internal\shell\lib\*\shell32p.lib \
  21. $(BASEDIR)\public\sdk\lib\*\version.lib
  22. SOURCES= $(SOURCES) \
  23. Import.cpp
  24. #
  25. # Fusionized
  26. #
  27. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.Console
  28. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  29. SXS_MANIFEST=Fxsclnt.Manifest
  30. SXS_MANIFEST_IN_RESOURCES=1
  31. SXS_NO_BINPLACE=1