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.

91 lines
2.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-91 Microsoft Corporation
  3. Module Name: sources.
  4. Abstract:
  5. This file specifies the target component being built and the list of
  6. sources files needed to build that component. Also specifies optional
  7. compiler switches and libraries that are unique for the component being
  8. built.
  9. Author: Keith Moore (keithmo) 16-Nov-1994
  10. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. ###############################################################################
  13. !include ..\..\FAXSRC.INC
  14. TARGETNAME=$(T30PROP)
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. UMTYPE=windows
  18. UNICODE=1
  19. USE_MSVCRT=1
  20. USE_ATL=1
  21. ATL_VER=30
  22. DLLDEF=T30PropSheetExt.def
  23. C_DEFINES=$(C_DEFINES) -DSETUP -DUNICODE -D_UNICODE -D_ATL_DISABLE_NO_VTABLE -DISOLATION_AWARE_ENABLED
  24. INCLUDES= $(INCLUDES); \
  25. $(SDK_INC_PATH)\wtl10; \
  26. $(FAXROOT)\inc; \
  27. $(FAXROOT)\provider\t30\headers; \
  28. $(FAXROOT)\admin\mmc
  29. SOURCES= \
  30. T30PROP.idl \
  31. stdafx.cpp \
  32. T30PropSheetExt.cpp \
  33. T30Config.cpp \
  34. version.rc \
  35. PRECOMPILED_CXX=1
  36. #PRECOMPILED_OPTION=/YX
  37. PRECOMPILED_INCLUDE=stdafx.h
  38. PRECOMPILED_PCH=stdafx1.pch
  39. PRECOMPILED_OBJ=stdafx1.obj
  40. DLLBASE=0x10000000
  41. DLLENTRY=_DllMainCRTStartup
  42. TARGETLIBS= \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\kernel32.lib \
  45. $(SDK_LIB_PATH)\advapi32.lib \
  46. $(SDK_LIB_PATH)\gdi32.lib \
  47. $(SDK_LIB_PATH)\winspool.lib \
  48. $(SDK_LIB_PATH)\comdlg32.lib \
  49. $(SDK_LIB_PATH)\comctl32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\shell32.lib \
  52. $(SDK_LIB_PATH)\version.lib \
  53. $(SDK_LIB_PATH)\wsock32.lib \
  54. $(SDK_LIB_PATH)\ole32.lib \
  55. $(SDK_LIB_PATH)\oleaut32.lib \
  56. $(SDK_LIB_PATH)\uuid.lib \
  57. $(SDK_LIB_PATH)\mmc.lib \
  58. $(SDK_LIB_PATH)\oldnames.lib \
  59. $(FAXROOT)\util\unicode\$(O)\faxutil.lib \
  60. $(FAXROOT)\lib\$(O)\$(WINFAX).lib \
  61. #
  62. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  63. #
  64. SXS_ASSEMBLY_NAME=Microsoft.Windows.Fax.FxsT30p
  65. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  66. SXS_MANIFEST=FxsT30p.Manifest
  67. SXS_MANIFEST_IN_RESOURCES=1
  68. SXS_NO_BINPLACE=1
  69. SXS_MANIFEST_RESOURCE_ID=2