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.

37 lines
492 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 2001
  3. Module Name:
  4. sources
  5. Abstract:
  6. Author:
  7. Dan Griffin
  8. Revision History:
  9. 12/4/01 Created
  10. !ENDIF
  11. TARGETNAME=csplib
  12. TARGETPATH=..\bin\$(_OBJ_DIR)
  13. TARGETTYPE=LIBRARY
  14. INCLUDES= $(NTINCLUDES); \
  15. $(DS_INC_PATH); \
  16. $(SECURITY_INC); \
  17. ..\inc
  18. C_DEFINES=$(C_DEFINES)
  19. UMTYPE=console
  20. SOURCES=csplib.c
  21. C_DEFINES=$(C_DEFINES)