Windows NT 4.0 source code leak
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.

56 lines
973 B

4 years ago
  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. Ted Miller (tedm) 19-Feb-1991
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=sdktools
  15. MINORCOMP=build
  16. TARGETNAME=build
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. !if !$(FREEBUILD)
  20. DEBUG_CRTS = 1
  21. !endif
  22. USE_LIBCMT=1
  23. # Used temporarily for MIPS. Once NT 4.0 ships, remove this.
  24. DOWNLEVEL_COMPILE=1
  25. MSC_WARNING_LEVEL = /W3 /WX
  26. SOURCES=build.rc \
  27. build.c \
  28. builddb.c \
  29. buildexe.c \
  30. buildmak.c \
  31. buildscn.c \
  32. buildsrc.c \
  33. buildutl.c
  34. UMTYPE=console
  35. NTTARGETFILES=
  36. PRECOMPILED_INCLUDE=build.h
  37. PRECOMPILED_OBJ=buildpch.obj