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.

96 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. 11-Oct-96 Now uses common.inc (t-erikne)
  12. Created by Bryan Tuttle (bryant)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. R=..
  17. !include $(R)\common.inc
  18. SOURCES_USED=$(SOURCES_USED) $(R)\common.inc
  19. !ifdef WIN16
  20. TARGETNAME=wabmain
  21. !else
  22. TARGETNAME=wab
  23. !endif
  24. TARGETPATH=obj
  25. TARGETTYPE=PROGRAM
  26. #
  27. # Fusionized
  28. #
  29. SXS_ASSEMBLY_NAME=Microsoft.Windows.InternetExplorer.AddressBook
  30. SXS_ASSEMBLY_VERSION=1.0
  31. SXS_ASSEMBLY_LANGUAGE=en
  32. SXS_MANIFEST=wab.exe.Manifest
  33. SXS_MANIFEST_IN_RESOURCES=1
  34. SXS_NO_BINPLACE=1
  35. !if $(386)
  36. USE_NOLIBS=1
  37. !else
  38. USE_NTDLL=1
  39. !endif
  40. INCLUDES=\
  41. $(INCLUDES);\
  42. $(ATHROOT)\cryptdlg
  43. !ifndef WIN16
  44. TARGETLIBS= \
  45. !if !$(386)
  46. $(SDK_LIB_PATH)\ntdll.lib \
  47. !endif
  48. $(SDK_LIB_PATH)\comdlg32.lib \
  49. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  50. !else
  51. TARGETLIBS= \
  52. $(BASEDIR)\public\sdk\lib16\comctlie.lib \
  53. $(ATHROOT)\common\$O\common.lib \
  54. $(WABROOT)\wabapi\$O\wab16.lib \
  55. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  56. $(BASEDIR)\public\sdk\lib16\clibl.lib \
  57. $(BASEDIR)\public\sdk\lib16\plibl.lib \
  58. $(BASEDIR)\public\sdk\lib16\windows.lib \
  59. $(BASEDIR)\public\sdk\lib16\win16x.lib \
  60. $(BASEDIR)\public\sdk\lib16\commdlg.lib \
  61. $(BASEDIR)\public\sdk\lib16\shell.lib \
  62. $(BASEDIR)\public\sdk\lib16\ver.lib
  63. !endif
  64. SOURCES = \
  65. wabexe.c \
  66. certprop.c \
  67. wabexe.rc
  68. SOURCES_WIN16 = \
  69. wabexe.c
  70. !ifdef WIN16
  71. UMRES=$(O)\wabexe.res
  72. PRECOMPILED_INCLUDE=
  73. WLINKER_FLAGS=option st=32768
  74. !endif
  75. UMTYPE=windows
  76. UMENTRY=winmain
  77. BUFFER_OVERFLOW_CHECKS=NO_NTDLL