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.

131 lines
3.3 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. Created 12-Sep-1991 by Richard L Firth (rfirth)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. TARGETNAME=wininet
  16. UMTYPE=windows
  17. !INCLUDE ..\wininet.inc
  18. TARGETTYPE=DYNLINK
  19. TARGETPATH=obj
  20. PASS1_PUBLISH={$(O)\wininet.lib=$(SDK_LIB_PATH)\wininet.lib}
  21. #VERIFY_LC=1
  22. LC_PATH=$(PROJECT_ROOT)\lcinf
  23. # Make sure the component libs are built before this.
  24. SYNCHRONIZE_DRAIN=1
  25. DLLENTRY=_DllMainCRTStartup
  26. INCLUDES=..\inc;$(O);$(SHELL_INC_PATH)
  27. SOURCES=autodial.cxx \
  28. blocklst.cxx \
  29. certcach.cxx \
  30. cliauth.cxx \
  31. cookimp.cxx \
  32. cookexp.cxx \
  33. dllentry.cxx \
  34. globals.cxx \
  35. iedial.cxx \
  36. inetapia.cxx \
  37. inetapiu.cxx \
  38. inetapiw.cxx \
  39. options.cxx \
  40. parseurl.cxx \
  41. proxreg.cxx \
  42. rashelp.cxx \
  43. readhtml.cxx \
  44. registry.cxx \
  45. thrdinfo.cxx \
  46. strtokex.c \
  47. strtodbl.c \
  48. wininet.rc
  49. NTTARGETFILE0= \
  50. $(BASEDIR)\public\sdk\inc\inetmsg.h \
  51. $(O)\inetmsg.rc \
  52. $(O)\selfreg_wininet.inf
  53. !if "$(BUILD_PRODUCT)" == "NT"
  54. MISCFILES = $(MISCFILES) $(O)\selfreg_wininet.inf
  55. !endif
  56. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  57. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  58. LINKLIBS=\
  59. $(LIBDIR)\*\debug.lib \
  60. $(LIBDIR)\*\dummy.lib \
  61. $(LIBDIR)\*\common.lib \
  62. $(LIBDIR)\*\ftp.lib \
  63. $(LIBDIR)\*\gopher.lib \
  64. $(LIBDIR)\*\hndlobj.lib \
  65. $(LIBDIR)\*\http.lib \
  66. $(LIBDIR)\*\p3pclient.lib \
  67. $(LIBDIR)\*\httpauth.lib \
  68. $(LIBDIR)\*\urlcache.lib \
  69. $(LIBDIR)\*\inetui.lib \
  70. $(LIBDIR)\*\apdetect.lib \
  71. ..\..\passport\$O\passport.lib
  72. !IF "$(PROCESSOR_ARCHITECTURE)"=="x86"
  73. LINKLIBS=$(LINKLIBS) \
  74. ..\lib\vxdcalls.lib
  75. !ENDIF
  76. DELAYLOAD=ole32.dll; version.dll; tapi32.dll;Gdi32.dll
  77. DLOAD_ERROR_HANDLER = shlwapi.dll
  78. DLOAD_FORCE_ERROR_CHECK = 1
  79. TARGETLIBS= \
  80. $(SHELL_LIB_PATH)\shlwapip.lib \
  81. $(SDK_LIB_PATH)\crypt32.lib \
  82. $(SDK_LIB_PATH)\advapi32.lib \
  83. $(SDK_LIB_PATH)\kernel32.lib \
  84. $(SDK_LIB_PATH)\user32.lib \
  85. $(SDK_LIB_PATH)\htmlhelp.lib \
  86. $(SDK_LIB_PATH)\uuid.lib \
  87. $(SDK_LIB_PATH)\ole32.lib \
  88. $(SDK_LIB_PATH)\oleaut32.lib \
  89. $(SDK_LIB_PATH)\tapi32.lib \
  90. $(SDK_LIB_PATH)\version.lib \
  91. $(SDK_LIB_PATH)\Gdi32.lib \
  92. $(SHELL_LIB_PATH)\shfusion4.lib \
  93. $(DS_LIB_PATH)\rsa32.lib
  94. #
  95. # Fusionized
  96. #
  97. SXS_ASSEMBLY_NAME=Windows.WinINET
  98. SXS_ASSEMBLY_VERSION=1.0
  99. SXS_ASSEMBLY_LANGUAGE=0000
  100. SXS_MANIFEST=WinINET.Manifest
  101. SXS_MANIFEST_IN_RESOURCES=
  102. SXS_MANIFEST_RESOURCE_ID=123
  103. SXS_NO_BINPLACE=1