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.

89 lines
2.1 KiB

  1. GETCONN_DIR = ..\..
  2. !include $(GETCONN_DIR)\common.inc
  3. INCLUDES = $(INCLUDES);$(GETCONN_DIR)\icwconn
  4. MAJORCOMP=GETCONN
  5. MINORCOMP=ICWCONN
  6. TARGETNAME=ICWCONN
  7. TARGETTYPE=DYNLINK
  8. TARGETPATH=obj
  9. DLLENTRY=DllEntryPoint
  10. DLLBASE=0x60000000
  11. DLLDEF=..\icwconn.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. SOURCES= \
  26. ..\icwconn.rc \
  27. ..\icwhelp.cpp \
  28. ..\icwconn.cpp \
  29. ..\dllentry.cpp \
  30. ..\icwaprtc.cpp \
  31. ..\gendlg.cpp \
  32. ..\util.cpp \
  33. ..\factory.cpp \
  34. ..\ispsel.cpp \
  35. ..\nooffer.cpp \
  36. ..\userinfo.cpp \
  37. ..\billopt.cpp \
  38. ..\payment.cpp \
  39. ..\ispdial.cpp \
  40. ..\isppage.cpp \
  41. ..\ccsv.cpp \
  42. ..\ispcsv.cpp \
  43. ..\paycsv.cpp \
  44. ..\connect.cpp \
  45. ..\storage.cpp \
  46. ..\ols.cpp \
  47. ..\dialerr.cpp \
  48. ..\serverr.cpp \
  49. ..\acfgnoff.cpp \
  50. ..\ispasel.cpp \
  51. ..\isdnnoff.cpp \
  52. ..\oemoffer.cpp \
  53. ..\timeout.cpp
  54. TARGETLIBS= \
  55. $(SDK_LIB_PATH)\kernel32.lib \
  56. $(SDK_LIB_PATH)\user32.lib \
  57. $(SDK_LIB_PATH)\gdi32.lib \
  58. $(SDK_LIB_PATH)\advapi32.lib \
  59. $(SDK_LIB_PATH)\comctl32.lib \
  60. $(SDK_LIB_PATH)\shell32.lib \
  61. $(SDK_LIB_PATH)\comdlg32.lib \
  62. $(SDK_LIB_PATH)\mpr.lib \
  63. $(SDK_LIB_PATH)\ole32.lib \
  64. $(SDK_LIB_PATH)\oleaut32.lib \
  65. $(SDK_LIB_PATH)\uuid.lib \
  66. $(SDK_LIB_PATH)\htmlhelp.lib \
  67. $(SDK_LIB_PATH)\version.lib \
  68. $(SDK_LIB_PATH)\vfw32.lib
  69. PRECOMPILED_CXX=1
  70. PRECOMPILED_INCLUDE=..\pre.h
  71. PRECOMPILED_PCH=pre.pch
  72. PRECOMPILED_OBJ=pre.obj