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.

60 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. !ENDIF
  14. MAJORCOMP=windows
  15. MINORCOMP=winlogon
  16. !if $(IA64)
  17. TARGETNAME=sunlogon
  18. !else
  19. TARGETNAME=winlogon
  20. !endif
  21. TARGETPATH=obj
  22. TARGETTYPE=PROGRAM
  23. INCLUDES=$(WINDOWS_INC_PATH);$(BASE_INC_PATH)
  24. C_DEFINES=-DUNICODE -D_UNICODE
  25. !ifndef MSC_WARNING_LEVEL
  26. MSC_WARNING_LEVEL=-W3 -WX
  27. !endif
  28. BACKGROUND_USE=1
  29. SYNCHRONIZE_DRAIN=1
  30. SOURCES= \
  31. sunlogon.c \
  32. res.rc
  33. USE_CRTDLL=1
  34. UMTYPE=windows
  35. UMENTRY=winmain
  36. LINKLIBS= \
  37. $(WINDOWS_LIB_PATH)\user32p.lib \
  38. $(WINDOWS_LIB_PATH)\gdi32p.lib \
  39. $(SDK_LIB_PATH)\userenv.lib \
  40. $(SDK_LIB_PATH)\ntdll.lib