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.

100 lines
3.3 KiB

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. PRECOMPILED_CXX = 1
  3. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  4. !include $(CCSHELL_DIR)\ext\hnw\hnw.inc
  5. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\ext\hnw\hnw.inc
  6. TARGETNAME = HNETWIZ
  7. TARGETPATH = obj
  8. TARGETTYPE = DYNLINK
  9. ATL_VER = 30
  10. USE_STATIC_ATL = 1
  11. USE_MSVCRT = 1
  12. DLLDEF = $(O)/hnetwiz.def
  13. DLLENTRY = _DllMainCRTStartup
  14. SELFREGNAME= $(O)\hnetwiz_selfreg.inf
  15. MISCFILES= $(MISCFILES) $(SELFREGNAME) hnw.sed NoUPnP.inf HasUPnP.inf
  16. NTTARGETFILE0 = $(SELFREGNAME)
  17. NTTARGETFILE1 = hnw.sed
  18. TARGETLIBS = \
  19. #
  20. # Link to shlwapip.ie4 since we need to run on w98. Also shlwapip.ie4 *must*
  21. # come before other libs since it depends on link order to implement its
  22. # unicode wrappers. DO NOT LINK TO SHLWAPIP.LIB !!!
  23. #
  24. $(CCSHELL_DIR)\lib\i386\shlwapip.ie4 \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\gdi32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\version.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\wininet.lib \
  34. $(SDK_LIB_PATH)\iphlpapi.lib \
  35. $(SDK_LIB_PATH)\ws2_32.lib \
  36. $(SDK_LIB_PATH)\tapi32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\urlmon.lib \
  39. $(CCSHELL_DIR)\lib\$(O)\shfusion4.lib \
  40. $(SHELL_LIB_PATH)\shguidp.lib \
  41. !if $(386)
  42. ! if !$(FREEBUILD)
  43. $(CCSHELL_DIR)\lib\i386\shell32.w95 \
  44. ! else
  45. $(CCSHELL_DIR)\lib\i386\shell32.nt4 \
  46. ! endif
  47. !else
  48. $(SHELL_LIB_PATH)\shell32p.lib \
  49. !endif
  50. $(CCSHELL_DIR)\lib\$(O)\stock4.lib \
  51. ..\srcc\$(O)\srcc.lib
  52. INCLUDES=$(INCLUDES);$(NET_INC_PATH);$(SHELL_INC_PATH);$(BASEDIR)\Net\inc
  53. SOURCES = ..\hnetwiz.rc \
  54. ..\config.cpp \
  55. ..\comctlwrap.cpp \
  56. ..\cwnd.cpp \
  57. ..\dll.cpp \
  58. ..\icsinst.cpp \
  59. ..\install.cpp \
  60. ..\mydocs.cpp \
  61. ..\myprsht.cpp \
  62. ..\mysvrapi.cpp \
  63. ..\netapi.cpp \
  64. ..\netenum.cpp \
  65. ..\netinet.cpp \
  66. ..\netip.cpp \
  67. ..\netras.cpp \
  68. ..\netutil.cpp \
  69. ..\nla.cpp \
  70. ..\ntwiz.cpp \
  71. ..\prnutil.cpp \
  72. ..\registry.cpp \
  73. ..\sharing.cpp \
  74. ..\shlwapiwrap.cpp \
  75. ..\stdafx2.cpp \
  76. ..\strarray.cpp \
  77. ..\theapp.cpp \
  78. ..\unicwrap.cpp \
  79. ..\util.cpp \
  80. PRECOMPILED_INCLUDE = ..\stdafx.h
  81. #
  82. # Fusionized
  83. #
  84. SXS_MANIFEST_RESOURCE_ID=123
  85. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest