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.

81 lines
1.9 KiB

  1. GETCONN_DIR = ..\..
  2. !include $(GETCONN_DIR)\common.inc
  3. INCLUDES = $(INCLUDES);$(GETCONN_DIR)\icwutil
  4. MAJORCOMP=GETCONN
  5. MINORCOMP=ICWCONN
  6. TARGETNAME=ICWUTIL
  7. TARGETTYPE=DYNLINK
  8. TARGETPATH=obj
  9. DLLENTRY=DllEntryPoint
  10. DLLBASE=0x60000000
  11. DLLDEF=..\icwutil.def
  12. NOT_LEAN_AND_MEAN =1
  13. RCNOFONTMAP =1
  14. C_DEFINES =-DICW32 -DNASHVILLE
  15. !if "$(BUILD_PRODUCT)" == "NT"
  16. C_DEFINES = $(C_DEFINES) -DNT
  17. !endif
  18. !if !defined(NOT_UNICODE)
  19. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  20. !endif
  21. USE_MSVCRT = 1
  22. BROWSER_INFO="yes"
  23. # Make sure this is built before we continue
  24. SYNCHRONIZE_BLOCK = 1
  25. # Conditional compilation
  26. SOURCES= \
  27. ..\icwutil.rc \
  28. ..\dllentry.cpp \
  29. ..\server.cpp \
  30. ..\factory.cpp \
  31. ..\ioips.cpp \
  32. ..\ioipf.cpp \
  33. ..\iocs.cpp \
  34. ..\site.cpp \
  35. ..\icwwebvw.cpp \
  36. ..\icwwalk.cpp \
  37. ..\util.cpp \
  38. ..\registry.cpp \
  39. ..\weboc.cpp \
  40. ..\walker.cpp \
  41. ..\gifcon.cpp \
  42. ..\validate.cpp \
  43. ..\ispdata.cpp \
  44. ..\bkgndbmp.cpp
  45. TARGETLIBS= \
  46. $(SDK_LIB_PATH)\kernel32.lib \
  47. $(SDK_LIB_PATH)\user32.lib \
  48. $(SDK_LIB_PATH)\gdi32.lib \
  49. $(SDK_LIB_PATH)\tapi32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\comctl32.lib \
  52. $(SDK_LIB_PATH)\shell32.lib \
  53. $(SDK_LIB_PATH)\comdlg32.lib \
  54. $(SDK_LIB_PATH)\mpr.lib \
  55. $(SDK_LIB_PATH)\ole32.lib \
  56. $(SDK_LIB_PATH)\oleaut32.lib \
  57. $(SDK_LIB_PATH)\uuid.lib \
  58. $(SHELL_LIB_PATH)\shlwapip.lib \
  59. $(SDK_LIB_PATH)\version.lib
  60. PRECOMPILED_CXX=1
  61. PRECOMPILED_INCLUDE=..\pre.h
  62. PRECOMPILED_PCH=pre.pch
  63. PRECOMPILED_OBJ=pre.obj