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.

147 lines
3.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. TARGETNAME=wab32
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. DLLDEF=wabapi.def
  23. DLLBASE=0x35c40000
  24. DLLORDER=$(ATHROOT)\prf\$(BBT_TARGET)\wab32.prf
  25. DLLENTRY=DllEntryPoint
  26. # BUGBUG (reinerf) - parameter validation is currently busted on IA64
  27. # because the code is vtbl layout dependent and does not know how vtbl's
  28. # are arranged on IA64
  29. !if $(IA64)
  30. C_DEFINES=$(C_DEFINES) -DNO_VALIDATION
  31. !endif
  32. !if $(386)
  33. USE_NOLIBS=1
  34. !else
  35. USE_NTDLL=1
  36. !endif
  37. INCLUDES=\
  38. $(INCLUDES);\
  39. $(ATHROOT)\cryptdlg
  40. TARGETLIBS= \
  41. $(ATHROOT)\msoert\$O\msoert2.lib \
  42. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  43. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  44. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  45. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  46. $(BASEDIR)\public\sdk\lib\*\uuid.lib \
  47. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  48. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  49. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  50. $(BASEDIR)\public\sdk\lib\*\htmlhelp.lib \
  51. $(BASEDIR)\public\sdk\lib\*\msvcrt.lib \
  52. $(ATHROOT)\mirlib\$O\mirror.lib \
  53. $(BASEDIR)\public\sdk\lib\*\winspool.lib
  54. SOURCES = \
  55. abcont.c \
  56. abroot.c \
  57. advise.c \
  58. ansiwrap.c \
  59. certs.c \
  60. cntxtmnu.c \
  61. contable.c \
  62. debug.c \
  63. demand.c \
  64. dial.c \
  65. distlist.c \
  66. dochost.c \
  67. entry.c \
  68. entryid.c \
  69. fonts.c \
  70. gllocal.c \
  71. globals.c \
  72. hotsync.c \
  73. iadrbook.c \
  74. idrgdrp.c \
  75. initguid.c \
  76. iprop.c \
  77. iso8601.c \
  78. itable.c \
  79. ldapcont.c \
  80. loalloc.c \
  81. localeui.c \
  82. mailuser.c \
  83. mapidbg.c \
  84. mapiutil.c \
  85. me.c \
  86. memory.c \
  87. mpsmisc.c \
  88. mpswab.c \
  89. msvalid.c \
  90. mutil.c \
  91. nlstabs.c \
  92. notify.c \
  93. profiles.c \
  94. proputil.c \
  95. rk.c \
  96. runt.c \
  97. strtype.c \
  98. ui_ext.c \
  99. ui_abook.c \
  100. ui_abort.c \
  101. ui_addr.c \
  102. ui_cflct.c \
  103. ui_clbar.c \
  104. ui_detls.c \
  105. ui_dl.c \
  106. ui_pwd.c \
  107. ui_reslv.c \
  108. ui_srch.c \
  109. uimisc.c \
  110. unkobj.c \
  111. useragnt.c \
  112. valcopy.c \
  113. validate.c \
  114. vcard.c \
  115. wabapi.c \
  116. wabguid.c \
  117. wabimprt.c \
  118. wabprint.c \
  119. wrap.c \
  120. wabapi.rc
  121. UMTYPE=windows
  122. NTTARGETFILES=
  123. MISCFILES= \
  124. ..\wabhelp\wab.hlp \
  125. ..\wabhelp\wab.chm \
  126. ..\wabhelp\oe_msgr.chm
  127. PRECOMPILED_INCLUDE=_apipch.h