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.

80 lines
1.8 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. UMTYPE=windows
  15. TARGETNAME=uihelper
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=_DllMainCRTStartup
  19. DLLDEF=iisuihelper.def
  20. USE_NATIVE_EH=1
  21. USE_WTL=1
  22. USE_STL=1
  23. USE_ATL=1
  24. USE_MSVCRT=1
  25. ATL_VER=30
  26. MSC_WARNING_LEVEL=/W3
  27. USER_C_FLAGS=-GX
  28. C_DEFINES=/DWIN32 /DUNICODE /D_UNICODE /D_DLLEXP /D_IISVERSION /D_WIN32_IE=0x0500 /D_WIN32_WINNT=0x0501 /DWINVER=0x0501
  29. UNICODE=1
  30. TARGETLIBS=\
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\gdi32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\shell32.lib \
  36. $(SDK_LIB_PATH)\ole32.lib \
  37. $(SDK_LIB_PATH)\oleaut32.lib \
  38. $(SDK_LIB_PATH)\Shlwapi.lib \
  39. ..\..\lib\$(O)\iisrtl2.lib \
  40. $(SDK_LIB_PATH)\crypt32.lib \
  41. $(SDK_LIB_PATH)\ComDlg32.lib \
  42. $(SDK_LIB_PATH)\ComCtl32.lib
  43. INCLUDES=\
  44. ..\inc;\
  45. $(IISBASEDIR)\inc;\
  46. $(IISBASEDIR)\inc\$(O);
  47. PRECOMPILED_CXX=1
  48. PRECOMPILED_INCLUDE=stdafx.h
  49. PRECOMPILED_SOURCEFILE=stdafx.cpp
  50. SOURCES=\
  51. iisuihelper.rc \
  52. iisuihelper.cpp \
  53. iisdebug.cpp \
  54. balloon.cpp \
  55. bidi.cpp \
  56. coauth.cpp \
  57. ddxv.cpp \
  58. strfn.cpp \
  59. debugatl.cpp \
  60. error.cpp \
  61. guid.cpp \
  62. iiscstring.cpp \
  63. inheritancedlg.cpp \
  64. mdkeys.cpp \
  65. utcls.cpp \
  66. cryptpass.cpp \
  67. strpass.cpp \
  68. filechooser.cpp