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.

116 lines
2.7 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. 16-Oct-96 now uses common-proj lib (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. ATHROOT=..\..
  17. !include $(ATHROOT)\athena.inc
  18. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  19. C_DEFINES=$(C_DEFINES) -DNASHVILLE
  20. USE_MSVCRT= 1
  21. USE_VCCOM=1
  22. NO_NTDLL=1
  23. UMTYPE=windows
  24. TARGETNAME=iecont
  25. TARGETPATH=obj
  26. TARGETTYPE=DYNLINK
  27. PASS0_HEADERDIR=$(O)
  28. PASS0_SOURCEDIR=$(O)
  29. MIDL_UUIDDIR=$(O)
  30. MIDL_TLBDIR=$(O)
  31. USE_ATL=1
  32. NOT_LEAN_AND_MEAN = 1
  33. DLLDEF=$O\blctl.def
  34. DLLENTRY=_DllMainCRTStartup
  35. !ifndef WIN16
  36. INCLUDES=..;$(O);$(INCLUDES);$(ATHROOT)\mailnews\extinc
  37. !endif
  38. LINKLIBS = \
  39. $(ATHROOT)\staticrt\$O\staticrt.lib
  40. SOURCES= \
  41. ..\basicim2.idl \
  42. ..\bactrl.idl \
  43. $(O)\basicim2_i.c \
  44. $(O)\bactrl_i.c \
  45. ..\stdafx.cpp \
  46. ..\iecont.rc \
  47. ..\clsfact.cpp \
  48. ..\blhost.cpp \
  49. ..\blframe.cpp \
  50. ..\blobevnt.cpp \
  51. ..\badata.cpp \
  52. ..\baprop.cpp \
  53. ..\bllist.cpp \
  54. ..\clutil.cpp \
  55. ..\hotlinks.cpp \
  56. ..\baui.cpp
  57. TARGETLIBS= \
  58. !ifndef WIN16
  59. $(SDK_LIB_PATH)\kernel32.lib \
  60. $(SDK_LIB_PATH)\ole32.lib \
  61. $(SDK_LIB_PATH)\user32.lib \
  62. $(SDK_LIB_PATH)\advapi32.lib \
  63. $(SDK_LIB_PATH)\gdi32.lib \
  64. $(SDK_LIB_PATH)\uuid.lib \
  65. $(SDK_LIB_PATH)\oleaut32.lib \
  66. $(SDK_LIB_PATH)\shlwapi.lib \
  67. $(SDK_LIB_PATH)\shell32.lib \
  68. $(SHELL_LIB_PATH)\shlwapip.lib \
  69. $(SDK_LIB_PATH)\oleaut32.lib \
  70. $(SDK_LIB_PATH)\comctl32.lib \
  71. $(SDK_LIB_PATH)\htmlhelp.lib \
  72. $(SHELL_LIB_PATH)\ieguidp.lib \
  73. !else
  74. $(BASEDIR)\public\sdk\lib16\win16x.lib \
  75. $(BASEDIR)\public\sdk\lib16\ole2.lib \
  76. $(BASEDIR)\public\sdk\lib16\ole2disp.lib \
  77. $(BASEDIR)\public\sdk\lib16\ole2nls.lib \
  78. $(BASEDIR)\public\sdk\lib16\storage.lib \
  79. $(BASEDIR)\public\sdk\lib16\uuid16.lib \
  80. $(BASEDIR)\public\sdk\lib16\windows.lib \
  81. $(BASEDIR)\public\sdk\lib16\shell.lib \
  82. $(BASEDIR)\public\sdk\lib16\clibl.lib \
  83. $(BASEDIR)\public\sdk\lib16\plibl.lib
  84. !endif
  85. MISCFILES=
  86. PRECOMPILED_CXX=1
  87. !ifndef WIN16
  88. PRECOMPILED_INCLUDE=..\pch.hxx
  89. PRECOMPILED_OPTION=
  90. PRECOMPILED_TARGET=
  91. !else
  92. PRECOMPILED_OPTION=/fh=$(O)\pch.pch
  93. MAKEDLL=1
  94. UMDEF=$(TARGET)
  95. UMRES=$(O)\iecont.res
  96. !endif