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.

38 lines
663 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=certprop
  8. SECURITY_ROOT=$(CALAIS_ROOT)\..\..
  9. TARGETNAME=certprop
  10. TARGETPATH=obj
  11. !if $(FREEBUILD)
  12. PASS1_PUBLISH={$(O)\certprop.lib=$(DS_LIB_PATH)\certprop.lib}
  13. !endif
  14. TARGETTYPE=LIBRARY
  15. INCLUDES=\
  16. $(SECURITY_ROOT)\inc; \
  17. $(CALAIS_ROOT)\inc; \
  18. $(CALAIS_ROOT)\controls;
  19. SOURCES=\
  20. certprop.cpp
  21. # Use C++ Exception Handling
  22. USE_NATIVE_EH=1
  23. # Use MFC
  24. USE_MFC=1
  25. !if !$(FREEBUILD)
  26. C_DEFINES=$(C_DEFINES) -DDEBUG_VERBOSE
  27. !endif