Source code of Windows XP (NT5)
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.

44 lines
702 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. Module Name:
  4. sources
  5. Abstract:
  6. This BUILD script builds a static library called ScLogon.lib.
  7. !ENDIF
  8. MAJORCOMP=Calais
  9. MINORCOMP=ScLogon2
  10. TARGETNAME=sclogon2
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. PASS1_PUBLISH={$(O)\sclogon2.lib=$(SECURITY_LIB_PATH)\sclogon2.lib}
  14. CALAIS_ROOT=..
  15. SECURITY_ROOT=$(CALAIS_ROOT)\..\..
  16. INCLUDES= \
  17. $(CALAIS_ROOT)\inc; \
  18. $(CALAIS_ROOT)\controls\scarddlg\$(O); \
  19. $(SECURITY_ROOT)\inc; \
  20. $(SECURITY_ROOT)\inc\$(O);
  21. C_DEFINES=-DUNICODE -D_UNICODE
  22. SOURCES=\
  23. sclogon2.cpp \
  24. unicodes.cpp
  25. # Use C++ Exception Handling
  26. # USE_NATIVE_EH=1
  27. # Make sure we are building a multi-threaded
  28. USE_MSVCRT=1