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.

39 lines
629 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=Calais
  8. MINORCOMP=cspsigck
  9. TARGETNAME=cspsigck
  10. TARGETPATH=$(SECURITY_LIB_DEST)
  11. TARGETTYPE=PROGRAM
  12. SOURCES= \
  13. cspsigck.cpp \
  14. cspsigck.rc
  15. TARGETLIBS=\
  16. $(SECURITY_LIB_PATH)\CalaisLb.lib \
  17. $(CRTLIBS) \
  18. $(LIBC_LIB)
  19. # Use C++ Exception Handling
  20. USE_NATIVE_EH=1
  21. # Use MFC, without or with UNICODE
  22. USE_MFC=1
  23. USE_MSVCRT=1
  24. USE_IOSTREAM=1
  25. # Make it a console application
  26. UMTYPE=console
  27. UMENTRY=main