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.

53 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. EXPECTED_WINVER=4.0
  14. !ENDIF
  15. TARGETNAME=scrnsavw
  16. TARGETPATH=obj
  17. TARGETTYPE=LIBRARY
  18. PASS1_PUBLISH={$(O)\scrnsavw.lib=$(SDK_LIB_PATH)\scrnsavw.lib}
  19. SXS_ASSEMBLY_NAME=Microsoft.Windows.Shell.ScreenSavers
  20. SXS_ASSEMBLY_VERSION=1.0
  21. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  22. SXS_MANIFEST=ScrnSave.manifest
  23. SXS_MANIFEST_IN_RESOURCES=1
  24. SXS_MANIFEST_RESOURCE_ID=123
  25. SXS_NO_BINPLACE=1
  26. INCLUDES =..;..\..\..\main
  27. INCLUDES = $(INCLUDES);$(PROJECT_ROOT)\lib\$(O)
  28. C_DEFINES=-DW3 -DUNICODE -D_UNICODE
  29. !IFNDEF MSC_WARNING_LEVEL
  30. MSC_WARNING_LEVEL=/W3
  31. !ENDIF
  32. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  33. SOURCES= ..\scrnsave.c
  34. # Ships in the SDK
  35. BUFFER_OVERFLOW_CHECKS=0