Source code of Windows XP (NT5)
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.

72 lines
1.4 KiB

  1. !IF 0
  2. **************************************************************
  3. Copyright (c) 1994-2000 Microsoft
  4. Sources file to build w3ext.dll
  5. Module name: w3ext.dll
  6. Author: sergeia
  7. Revisions:
  8. Comments:
  9. **************************************************************
  10. !ENDIF
  11. !include ..\..\..\place.inc
  12. MAJORCOMP=iis
  13. MINORCOMP=w3ext
  14. TARGETNAME=w3ext
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLENTRY=_DllMainCRTStartup
  18. USE_NATIVE_EH=1
  19. USE_STL=1
  20. USE_ATL=1
  21. USE_WTL=1
  22. USE_MSVCRT=1
  23. ATL_VER=30
  24. UMTYPE=windows
  25. DLLDEF=w3ext.def
  26. MSC_WARNING_LEVEL=/W3
  27. C_DEFINES=/DWIN32 /DUNICODE /D_UNICODE /D_DLLEXP /D_IISVERSION /D_WIN32_IE=0x0500 /D_WIN32_WINNT=0x0500 /DWINVER=0x0500
  28. UNICODE=1
  29. TARGETLIBS=\
  30. $(SDK_LIB_PATH)\kernel32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\advapi32.lib \
  34. $(SDK_LIB_PATH)\shell32.lib \
  35. $(SDK_LIB_PATH)\ole32.lib \
  36. $(SDK_LIB_PATH)\oleaut32.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\comctl32.lib \
  39. $(SDK_LIB_PATH)\Shlwapi.lib \
  40. ..\common2\$(O)\uihelper.lib
  41. INCLUDES=\
  42. ..\common2;\
  43. ..\inc;\
  44. $(IISBASEDIR)\inc;\
  45. $(IISBASEDIR)\inc\$(O);
  46. PRECOMPILED_CXX=1
  47. PRECOMPILED_INCLUDE=stdafx.h
  48. PRECOMPILED_SOURCEFILE=stdafx.cpp
  49. SOURCES=\
  50. w3ext.idl \
  51. w3ext.rc \
  52. w3ext.cpp \
  53. EditAlias.cpp \
  54. PropShellExt.cpp \
  55. w3PropPage.cpp \
  56. dlldatax.c