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.

40 lines
601 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Internet Information Services provider
  7. Author:
  8. Brent R. Midwood Apr 2002
  9. Revision History:
  10. !ENDIF
  11. !include $(PROJECT_ROOT)\iis\place.inc
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. TARGETLIBS=\
  15. INCLUDES=$(SDK_INC_PATH)\atl30\; \
  16. MSC_WARNING_LEVEL=/W4 /WX /wd4100
  17. USE_VCCOM=1
  18. USE_NATIVE_EH=1
  19. USE_MSVCRT=1
  20. C_DEFINES = -DUNICODE -D_UNICODE -D_WIN32_DCOM -D_WIN32_WINNT=0x0500
  21. SOURCES= secconlib.cpp \
  22. safecs.cpp \
  23. debug.cpp
  24. TARGETNAME=secconlib