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.

27 lines
498 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. CALAIS_ROOT=..\..
  6. MAJORCOMP=Calais
  7. MINORCOMP=scuisupp
  8. SECURITY_ROOT=$(CALAIS_ROOT)\..\..
  9. TARGETNAME=scuisupp
  10. TARGETPATH=$(SECURITY_LIB_DEST)
  11. TARGETTYPE=LIBRARY
  12. INCLUDES=\
  13. $(CALAIS_ROOT)\inc; \
  14. $(CALAIS_ROOT)\controls; \
  15. $(SECURITY_INC);
  16. SOURCES=\
  17. scuisupp.cpp
  18. C_DEFINES=$(C_DEFINES) -DUNICODE
  19. # Use MFC
  20. USE_MFC=1