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.

50 lines
913 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. core.inc
  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. Madan Appiah - Jan. 14th 1998.
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. C_DEFINES = $(C_DEFINES) -DMSWIN16
  15. #
  16. # List of sources
  17. #
  18. SOURCES_PLATFORM =
  19. CLIENT_SOURCES_RC = \
  20. CLIENT_SOURCES_COMMON = \
  21. ..\clicert.c \
  22. ..\encrypt.c \
  23. ..\fencrypt.c \
  24. ..\local.c \
  25. ..\genrand.c \
  26. ..\glodata.c \
  27. ..\sesskey.c \
  28. CLIENT_SOURCES_LAST = \
  29. SOURCES = \
  30. $(CLIENT_SOURCES_RC) \
  31. $(SOURCES_PLATFORM) \
  32. $(CLIENT_SOURCES_COMMON) \
  33. $(CLIENT_SOURCES_LAST)