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.

50 lines
890 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file optional compiler switches and libraries that are unique for the component
  7. being built.
  8. Author:
  9. Sasha Bessonov (v-sashab)
  10. !ENDIF
  11. !include ..\sources.inc
  12. INCLUDES=\
  13. $(INCLUDES); \
  14. $(SHELL_INC_PATH);
  15. TARGETLIBS=\
  16. $(TARGETLIBS) \
  17. $(SHELL_LIB_PATH)\shfusion.lib
  18. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsWzrd
  19. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  20. SXS_MANIFEST=FxsWzrd.Manifest
  21. SXS_MANIFEST_IN_RESOURCES=1
  22. SXS_NO_BINPLACE=1
  23. SXS_MANIFEST_RESOURCE_ID=2
  24. C_DEFINES=$(C_DEFINES) -DSXS_MANIFEST_RESOURCE_ID=$(SXS_MANIFEST_RESOURCE_ID) -DISOLATION_AWARE_ENABLED=1
  25. #
  26. # Shfusion.lib causes linker warnings. Ignore them.
  27. #
  28. LINKER_FLAGS=$(LINKER_FLAGS) -ignore:4049,4217