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.

76 lines
1.9 KiB

  1. TARGETNAME = insedit
  2. NO_UNICODE = 1
  3. !include ..\..\common.inc
  4. SOURCES_USED = $(SOURCES_USED) ..\..\common.inc
  5. TARGETTYPE = DYNLINK
  6. DLLENTRY = _DllMainCRTStartup
  7. DLLDEF = insedit.def
  8. DLLBASE = 0x71000000
  9. CHICAGO_PRODUCT = 1
  10. # (pritobla) should define NASHVILLE so that the version number between NT and IE remains the same
  11. C_DEFINES = $(C_DEFINES) -DNASHVILLE
  12. UMTYPE = windows
  13. PRECOMPILED_CXX = 1
  14. PRECOMPILED_INCLUDE = pch.h
  15. USE_STATIC_ATL = 1
  16. ATL_VER = 21
  17. INCLUDES = \
  18. ..\..\inc;\
  19. $(SHELL_INC_PATH)
  20. CONDITIONAL_INCLUDES = \
  21. atlconv.h \
  22. dlgs.h \
  23. rpcerr.h \
  24. rpcmac.h \
  25. macname1.h \
  26. macpub.h \
  27. macapi.h \
  28. macname2.h \
  29. macwin32.h \
  30. macodidl.h \
  31. winwlm.h
  32. SOURCES = \
  33. insdll.cpp \
  34. dlgprocs.cpp \
  35. favsproc.cpp \
  36. btoolbar.cpp \
  37. autocnfg.cpp \
  38. seczones.cpp \
  39. seccerts.cpp \
  40. customoe.cpp \
  41. adjustui.cpp \
  42. programs.cpp \
  43. insdll.rc
  44. USE_MSVCRT = 1
  45. TARGETLIBS = \
  46. $(TARGETLIBS) \
  47. $(SDK_LIB_PATH)\user32.lib \
  48. $(SDK_LIB_PATH)\gdi32.lib \
  49. $(SDK_LIB_PATH)\advapi32.lib \
  50. $(SDK_LIB_PATH)\kernel32.lib \
  51. $(SDK_LIB_PATH)\comdlg32.lib \
  52. $(SDK_LIB_PATH)\shlwapi.lib \
  53. $(SHELL_LIB_PATH)\shlwapip.lib \
  54. $(SDK_LIB_PATH)\wininet.lib \
  55. $(SDK_LIB_PATH)\comctl32.lib \
  56. $(SDK_LIB_PATH)\shell32.lib \
  57. $(SDK_LIB_PATH)\advpack.lib \
  58. $(SDK_LIB_PATH)\urlmon.lib \
  59. $(SDK_LIB_PATH)\oleaut32.lib \
  60. $(SDK_LIB_PATH)\imm32.lib \
  61. $(SDK_LIB_PATH)\ole32.lib \
  62. $(SDK_LIB_PATH)\uuid.lib \
  63. ..\..\ieakeng\$(O)\ieakeng.lib \
  64. ..\..\ieakutil\srca\$(O)\ieakutil.lib