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.

43 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=ScLogon
  10. TARGETNAME=sclogon
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. PASS1_PUBLISH={$(O)\sclogon.lib=$(SDK_LIB_PATH)\sclogon.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. C_DEFINES=-DUNICODE -D_UNICODE
  21. SOURCES=\
  22. sclogon.cpp \
  23. unicodes.cpp
  24. # Use C++ Exception Handling
  25. # USE_NATIVE_EH=1
  26. # Make sure we are building a multi-threaded
  27. USE_MSVCRT=1