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.

20 lines
287 B

  1. TARGETNAME=h245ws
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. !include ..\cc.mk
  5. C_DEFINES=$(C_DEFINES) -DUSE_PROVIDER_LOCK
  6. INCLUDES=\
  7. ..\inc; \
  8. ..\..\inc; \
  9. ..\..\h323tsp
  10. SOURCES=\
  11. h245ws.cpp \
  12. h245wsrx.cpp \
  13. h245wstx.cpp \
  14. hwsdebug.c \
  15. hwsmain.c \
  16. queue.c