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.

47 lines
707 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 CmnUILb.lib.
  7. Author:
  8. Steve Wood (stevewo) 12-Apr-1990
  9. Modified:
  10. Notes:
  11. Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. MAJORCOMP=Calais
  14. MINORCOMP=CmnUILb
  15. TARGETNAME=$(MINORCOMP)
  16. TARGETPATH=$(SECURITY_LIB_DEST)
  17. TARGETTYPE=LIBRARY
  18. INCLUDES=..\inc;..\..\inc;
  19. TARGETLIBS=\
  20. $(SECURITY_LIB_PATH)\Calaislb.lib \
  21. $(SDK_LIB_PATH)\Winscard.lib
  22. SOURCES=\
  23. stdafx.cpp \
  24. rdrstate.cpp \
  25. senv.cpp
  26. # Use C++ Exception Handling
  27. USE_NATIVE_EH=1
  28. # Use MFC
  29. USE_MFC=1