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.

75 lines
1.6 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. !ENDIF
  14. TARGETNAME=logon
  15. TARGETPATH=obj
  16. TARGETTYPE=UMAPPL_NOLIB
  17. USE_MSVCRT=1
  18. SXS_ASSEMBLY_NAME=Microsoft.Windows.Shell.ScreenSavers
  19. SXS_ASSEMBLY_VERSION=1.0
  20. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  21. SXS_MANIFEST=ScrnSave.manifest
  22. SXS_MANIFEST_IN_RESOURCES=1
  23. SXS_MANIFEST_RESOURCE_ID=123
  24. SXS_NO_BINPLACE=1
  25. INCLUDES =..\common;..\..\h;..\..\..\inc
  26. INCLUDES = $(INCLUDES);$(PROJECT_ROOT)\lib\$(O)
  27. C_DEFINES=-DUNICODE
  28. !IFNDEF MSC_WARNING_LEVEL
  29. MSC_WARNING_LEVEL=/W3
  30. !ENDIF
  31. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  32. SOURCES=generic.rc \
  33. logon.c
  34. UMTYPE=windows
  35. UMAPPL=logon
  36. UMAPPLEXT=.scr
  37. UMLIBS=$(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\comctl32.lib \
  39. $(SDK_LIB_PATH)\gdi32.lib \
  40. $(SDK_LIB_PATH)\scrnsavw.lib \
  41. $(PROJECT_LIB_PATH)\shlwapip.lib \
  42. $(O)\generic.res
  43. MISCFILES=\
  44. !if $(WIN64)
  45. win64ads.bmp \
  46. win64dtc.bmp \
  47. win64pro.bmp \
  48. win64srv.bmp
  49. !else
  50. win32ads.bmp \
  51. win32dtc.bmp \
  52. win32per.bmp \
  53. win32pro.bmp \
  54. win32srv.bmp \
  55. win32sbs.bmp \
  56. win32bla.bmp
  57. !endif