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.

66 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. 16-Oct-96 now uses common-proj lib (t-erikne)
  12. Created by Bryan Tuttle (bryant)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. ATHROOT=..
  17. !include $(ATHROOT)\athena.inc
  18. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  19. USE_NOLIBS=1
  20. UMTYPE=windows
  21. TARGETPATH=obj
  22. TARGETTYPE=NOTARGET
  23. DLLDEF=
  24. DLLENTRY=
  25. INCLUDES=
  26. SOURCES=
  27. !if "$(BUILD_PRODUCT)" != "NT"
  28. !undef NTDBGFILES
  29. ALPHA_MISCFILES=\
  30. $O\fixmapi.exe \
  31. $O\mapistub.dll \
  32. $O\csapi3t1.dll \
  33. $O\newfix.exe \
  34. $O\newstub.dll
  35. # 9XMIG and POLMOD just for X86
  36. I386_MISCFILES=\
  37. $(ALPHA_MISCFILES) \
  38. $O\9xmig.dll \
  39. $O\polmod.exe
  40. !else
  41. !if $(386)
  42. MISCFILES= \
  43. $O\csapi3t1.dll
  44. !endif
  45. !endif
  46. PRECOMPILED_CXX=
  47. PRECOMPILED_OPTION=
  48. PRECOMPILED_TARGET=