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.

59 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1999 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. TERMSRV_ROOT = ..\..\..
  14. COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
  15. LICENSE_ROOT = ..\..
  16. MAJORCOMP=console
  17. MINORCOMP=licprot
  18. TARGETNAME=licprot
  19. TARGETPATH=obj
  20. TARGETTYPE=LIBRARY
  21. C_DEFINES=-DUNICODE -DOS_WINNT -DUSE_HARDCODED -DUPGRADE_LICENSE -D_UNICODE
  22. SOURCES=hspack.c \
  23. licprot.c \
  24. verify.c \
  25. timebomb.cpp
  26. INCLUDES= \
  27. $(COMMON_ROOT)\license\inc; \
  28. $(LICENSE_ROOT)\inc; \
  29. $(DS_INC_PATH); \
  30. $(DS_INC_PATH)\crypto; \
  31. $(LICENSE_ROOT)\tlserver\include; \
  32. $(LICENSE_ROOT)\tlserver\server; \
  33. $(LICENSE_ROOT)\tlserver\include\$(O); \
  34. $(TERMSRV_ROOT)\winsta\server\$(O); \
  35. ..\inc;
  36. PRECOMPILED_INCLUDE=precomp.h
  37. PRECOMPILED_PCH=precomp.pch
  38. PRECOMPILED_OBJ=precomp.obj