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.

90 lines
2.8 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  12. !ENDIF
  13. GETCONN_DIR = ..\..
  14. MAJORCOMP = ie4
  15. MINORCOMP = getconn
  16. TARGET_BOTH = 1
  17. !include $(GETCONN_DIR)\common.inc
  18. INCLUDES = $(INCLUDES);$(GETCONN_DIR)\icwhelp
  19. PASS0_HEADERDIR = $(O)
  20. PASS0_SOURCEDIR = $(O)
  21. MIDL_TLBDIR = $(O)
  22. MIDL_UUIDDIR = $(O)
  23. TARGETNAME = icwhelp
  24. TARGETPATH = obj
  25. TARGETTYPE = DYNLINK
  26. TARGETLIBS = $(LIBRARY_PATH)\gdi32.lib \
  27. $(LIBRARY_PATH)\kernel32.lib \
  28. $(LIBRARY_PATH)\user32.lib \
  29. $(LIBRARY_PATH)\advapi32.lib \
  30. $(LIBRARY_PATH)\shell32.lib \
  31. $(LIBRARY_PATH)\uuid.lib \
  32. $(LIBRARY_PATH)\ole32.lib \
  33. $(LIBRARY_PATH)\oleaut32.lib \
  34. $(LIBRARY_PATH)\wininet.lib \
  35. $(LIBRARY_PATH)\mpr.lib \
  36. $(SDK_LIB_PATH)\rasapi32.lib \
  37. $(SDK_LIB_PATH)\tapi32.lib \
  38. $(SDK_LIB_PATH)\version.lib \
  39. $(SDK_LIB_PATH)\urlmon.lib \
  40. !if defined(NOT_UNICODE)
  41. $(GETCONN_DIR)\lib\ansi\$O\stocklib.lib \
  42. !else
  43. $(GETCONN_DIR)\lib\unicode\$O\stocklib.lib \
  44. !endif
  45. PRECOMPILED_CXX = 1
  46. USE_STATIC_ATL = 1
  47. USE_MSVCRT = 1
  48. DLLDEF = ..\icwhelp.def
  49. DLLBASE = 0x63A00000
  50. DLLENTRY = DllMain
  51. SOURCES = ..\icwhelp.rc \
  52. ..\icwhelp.idl \
  53. ..\debug.cpp \
  54. ..\dialerr.cpp \
  55. ..\enumodem.cpp \
  56. ..\icwcfg.cpp \
  57. ..\icwhelp.cpp \
  58. ..\import.cpp \
  59. ..\misc.cpp \
  60. ..\progress.cpp \
  61. ..\refdial.cpp \
  62. ..\rnaapi.cpp \
  63. ..\smstart.cpp \
  64. ..\stdatl.cpp \
  65. ..\userinfo.cpp \
  66. ..\webgate.cpp \
  67. ..\tapiloc.cpp \
  68. ..\inshandler.cpp \
  69. ..\support.cpp \
  70. ..\icwerr.cpp \
  71. ..\mcreg.cpp
  72. PRECOMPILED_INCLUDE = ..\stdafx.h