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.

41 lines
1.9 KiB

  1. (This file lives in the root enlist of the windows tree in the tools\sample directory)
  2. This directory contains the following templates and sample files --
  3. makefile -- The default makefile used throughout Windows. Generally this
  4. file does not need to be editted and can/should be used as is.
  5. sources.tpl -- A template for creating your own sources file to build your
  6. project.
  7. sources.lib -- A sample sources file for building multiple console apps from
  8. a library.
  9. sources.exe -- A sample sources file for build a windows app.
  10. dirs.txt -- A sample dirs file.
  11. Other usefull files that are not in this directory --
  12. http://winweb/wem/docs/NewcomerOrientation1.doc -- A newcomer doc for SDE, SDET and STEs
  13. http://winweb/wem -- The windows Engineering Manual
  14. build.hlp -- Old help file on using the NT build process. It is availible
  15. in the idw directory of the release servers:
  16. \\winbuilds\release\usa\main\latest.idw\x86fre\bin\idw
  17. It lives in the sdktools project: sdktools\build
  18. build.htm -- Contains updates to the build process that are not in build.hlp
  19. or are explained further. It lives in the sdktools project:
  20. sdktools\build
  21. makefile.def -- Contains all the standard definitions used by default when
  22. building in the windows SD environment. It lives in the
  23. root enlistment for Windows in the tools directory.
  24. i386mk.inc -- Contains other Macros that should be used when referencing binaries
  25. in your sources files. (ia64mk.inc for IA64) It lives in the
  26. tools directory.
  27. projects.inc-- Contains other Macros that should be used when referencing files in
  28. your sources files (project.tst.inc for test projects) It lives in
  29. the tools directory.