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.

75 lines
1.7 KiB

  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=$(FAXEXT32)
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLDEF=..\faxext32.def
  18. UMTYPE=windows
  19. DLLENTRY=_DllMainCRTStartup
  20. USE_CRTDLL=1
  21. INCLUDES= \
  22. $(INCLUDES); \
  23. $(FAXROOT)\exchange\inc; \
  24. $(FAXROOT)\inc;
  25. !ifndef NOUNICODE
  26. TARGETLIBS = $(FAXROOT)\util\debugex\unicode\$(O)\debugex.lib \
  27. $(FAXLIB)\*\$(WINFAX).lib
  28. !else
  29. TARGETLIBS = $(FAXROOT)\util\debugex\ansii\$(O)\debugex.lib \
  30. $(FAXLIB95)\*\$(WINFAX).lib
  31. !endif
  32. TARGETLIBS = $(TARGETLIBS) \
  33. $(SDK_LIB_PATH)\kernel32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SDK_LIB_PATH)\gdi32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\ole32.lib \
  39. $(SDK_LIB_PATH)\mapi32.lib \
  40. $(SDK_LIB_PATH)\winspool.lib \
  41. $(SDK_LIB_PATH)\shell32.lib \
  42. $(SDK_LIB_PATH)\comdlg32.lib
  43. SOURCES=\
  44. ..\config.cpp \
  45. ..\faxext.cpp \
  46. ..\util.cpp \
  47. ..\version.rc
  48. #
  49. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  50. #
  51. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsExt32
  52. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  53. SXS_MANIFEST=faxext.manifest
  54. SXS_MANIFEST_IN_RESOURCES=1
  55. SXS_NO_BINPLACE=1
  56. SXS_MANIFEST_RESOURCE_ID=2