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.

48 lines
904 B

  1. ALT_PROJECT=HYDRA
  2. ALT_PROJECT_TARGET=.
  3. !IF 0
  4. Copyright (c) 1989 Microsoft Corporation
  5. Module Name:
  6. sources.
  7. Abstract:
  8. This file specifies the target component being built and the list of
  9. sources files needed to build that component. Also specifies optional
  10. compiler switches and libraries that are unique for the component being
  11. built.
  12. Author:
  13. Brad Pedersen
  14. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  15. !ENDIF
  16. TERMSRV_ROOT = ..\..\..
  17. MAJORCOMP=termsrv
  18. MINORCOMP=td
  19. TARGETNAME=tdtcp
  20. TARGETPATH=$(TERMSRV_ROOT)\lib\$(_OBJ_DIR)
  21. TARGETTYPE=DRIVER
  22. TARGETLIBS=..\common\$(O)\ttd.lib \
  23. ..\tdicom\$(O)\tdicom.lib \
  24. $(TERMSRV_ROOT)\lib\$(O)\ctxdd.lib \
  25. $(TERMSRV_ROOT)\lib\$(O)\termdd.lib
  26. INCLUDES = \
  27. ..\inc; \
  28. ..\..\inc; \
  29. ..\tdicom; \
  30. $(NET_INC_PATH); \
  31. SOURCES=tdtcp.rc \
  32. tdtcp.c