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.

19 lines
254 B

  1. TARGETNAME=q931
  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. hcall.cpp \
  12. hlisten.c\
  13. q931.c\
  14. q931asn.c\
  15. q931pdu.c\
  16. utils.c