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.

75 lines
1.5 KiB

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