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.

80 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1994 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. Alexander Malysh
  12. !ENDIF
  13. !include ..\..\faxsrc.inc
  14. MAJORCOMP=FaxServer
  15. MINORCOMP=res
  16. USE_STL=1
  17. TARGETNAME=$(FAXST)
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. TARGETEXT=dll
  21. DLLDEF=fxsst.def
  22. C_DEFINES = $(C_DEFINES) -DTARGET_NAME=$(TARGETNAME)
  23. USE_MSVCRT=1
  24. USE_NATIVE_EH=1
  25. TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\\user32.lib \
  27. $(SDK_LIB_PATH)\gdi32.lib \
  28. $(SDK_LIB_PATH)\Winmm.lib \
  29. $(SDK_LIB_PATH)\Advapi32.lib \
  30. $(SDK_LIB_PATH)\shell32.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\comctl32.lib \
  34. $(SDK_LIB_PATH)\Winspool.lib \
  35. $(SDK_LIB_PATH)\version.lib \
  36. $(SDK_LIB_PATH)\Netapi32.lib \
  37. $(SDK_LIB_PATH)\thrownew.obj \
  38. $(FAXLIB)\*\$(WINFAX).lib \
  39. $(FAXROOT)\util\unicode\obj\*\faxutil.lib \
  40. $(FAXROOT)\util\debugex\unicode\obj\*\debugex.lib
  41. DLLENTRY=_DllMainCRTStartup
  42. INCLUDES= $(INCLUDES); \
  43. $(SDK_INC_PATH);
  44. UMTYPE=windows
  45. SOURCES= fxsst.cpp \
  46. monitor.cpp \
  47. version.rc
  48. DELAYLOAD=version.dll
  49. DLOAD_ERROR_HANDLER=kernel32.dll
  50. #
  51. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  52. #
  53. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsSt
  54. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  55. SXS_MANIFEST=FxsSt.manifest
  56. SXS_MANIFEST_IN_RESOURCES=1
  57. SXS_NO_BINPLACE=1
  58. SXS_MANIFEST_RESOURCE_ID=2