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.

53 lines
892 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Marc Bloomfield
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TERMSRV_ROOT = ..
  15. C_DEFINES=-DUNICODE
  16. TARGETNAME=icaapi
  17. TARGETPATH=$(TERMSRV_ROOT)\lib\$(_OBJ_DIR)
  18. !IF 0
  19. TARGETTYPE=LIBRARY
  20. !ELSE
  21. TARGETTYPE=DYNLINK
  22. TARGETLIBS=\
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. DEFNAME = icaapi.def
  25. DLLBASE = 0x6500000
  26. C_DEFINES=$(C_DEFINES) -DBUILD_AS_DLL
  27. !ENDIF
  28. USE_MSVCRT=1
  29. SOURCES=\
  30. icaapi.c \
  31. stack.c \
  32. channel.c \
  33. cd.c \
  34. icaapi.rc \
  35. memory.c