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.

90 lines
2.0 KiB

  1. TARGETNAME=avtapi
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -D_NEWSTUFF -D_UNICODE -DUNICODE -DNEWCALLINFO
  5. !if "$(BUILD_PRODUCT)" != "NT"
  6. ! if !$(FREEBUILD)
  7. DEBUG_CRTS=1
  8. ! endif
  9. !endif
  10. DLLENTRY=_DllMainCRTStartup
  11. MIDL_FLAGS=-no_format_opt $(MIDL_FLAGS)
  12. PRECOMPILED_INCLUDE=stdafx.h
  13. PRECOMPILED_SOURCEFILE=mystdafx.cpp
  14. PRECOMPILED_CXX=1
  15. USE_ATL=1
  16. USE_MSVCRT=1
  17. USE_NATIVE_EH=1
  18. USE_STL=1
  19. SYNCHRONIZE_DRAIN=1
  20. TARGETLIBS=\
  21. $(LIBRARY_PATH)\oldnames.lib \
  22. $(LIBRARY_PATH)\aclui.lib \
  23. $(LIBRARY_PATH)\adsiid.lib \
  24. $(LIBRARY_PATH)\advapi32.lib \
  25. $(LIBRARY_PATH)\comctl32.lib \
  26. $(LIBRARY_PATH)\gdi32.lib \
  27. $(LIBRARY_PATH)\kernel32.lib \
  28. $(LIBRARY_PATH)\ole32.lib \
  29. $(LIBRARY_PATH)\oleaut32.lib \
  30. $(LIBRARY_PATH)\shell32.lib \
  31. $(LIBRARY_PATH)\strmiids.lib \
  32. $(LIBRARY_PATH)\tapi32.lib \
  33. $(LIBRARY_PATH)\user32.lib \
  34. $(LIBRARY_PATH)\uuid.lib \
  35. $(LIBRARY_PATH)\wsock32.lib \
  36. ..\confprop\$(O)\confprop.lib
  37. LINKLIBS=\
  38. ..\synchros\$(O)\synchros.lib \
  39. ..\transbmp\$(O)\transbmp.lib
  40. INCLUDES=..\confprop;..\synchros;..\transbmp
  41. SOURCES=\
  42. avgenntfy.cpp \
  43. avtapi.cpp \
  44. avtapicall.cpp \
  45. avtapintfy.cpp \
  46. cedetailvw.cpp \
  47. cetreeview.cpp \
  48. confdetail.cpp \
  49. confexp.cpp \
  50. confrmwnd.cpp \
  51. confroom.cpp \
  52. crmemwnd.cpp \
  53. crtalkwnd.cpp \
  54. crtreeview.cpp \
  55. dlgaddcsvr.cpp \
  56. dlgaddloc.cpp \
  57. dlgbase.cpp \
  58. dlgcall.cpp \
  59. dlgcrtalk.cpp \
  60. dlgjoin.cpp \
  61. enumsite.cpp \
  62. errorinfo.cpp \
  63. expdtllist.cpp \
  64. exptreevw.cpp \
  65. genntfy.cpp \
  66. pageaddr.cpp \
  67. pageterm.cpp \
  68. particip.cpp \
  69. pedtlsvw.cpp \
  70. petreeview.cpp \
  71. tapidialer.cpp \
  72. tapidialer.idl \
  73. tapidialer.rc \
  74. tapimodule.cpp \
  75. tapinotify.cpp \
  76. threadans.cpp \
  77. threaddial.cpp \
  78. threadds.cpp \
  79. threadpub.cpp \
  80. threadrend.cpp \
  81. videofeed.cpp
  82. BINPLACE_PLACEFILE=..\..\..\..\placefil.txt