Source code of Windows XP (NT5)
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.

25 lines
364 B

  1. TARGETNAME=callcont
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. !include ..\cc.mk
  5. INCLUDES=\
  6. ..\inc; \
  7. ..\..\inc; \
  8. ..\..\h323tsp; \
  9. $(ENDUSER_INC_PATH);
  10. SOURCES=\
  11. callcon2.c \
  12. callcont.c \
  13. callman.c \
  14. ccutils.c \
  15. chanman.c \
  16. confman.c \
  17. gkiman.c \
  18. h245man.c \
  19. hangman.c \
  20. listman.c \
  21. q931man.c \
  22. userman.c