Source code of Windows XP (NT5)
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.

61 lines
2.1 KiB

  1. ; Rules for checking in public changes. First, the primary build machine
  2. ; is the only one that can checkin headers. There is only one primary build
  3. ; machine for a branch. For the NT build, this is typically x86fre. The
  4. ; headers should match on all flavors (free/check), all platfroms (x86/amd64/ia64)
  5. ; so this is fairly uneventful.
  6. PRIMARY,sdk\inc\...
  7. PRIMARY,sdk\inc16\...
  8. PRIMARY,sdk\lib16\...
  9. PRIMARY,sdk\classes\...
  10. PRIMARY,sdk\amovie\inc\...
  11. PRIMARY,ddk\inc\...
  12. PRIMARY,halkit\inc\...
  13. PRIMARY,ifskit\inc\...
  14. PRIMARY,processorkit\inc\...
  15. PRIMARY,oak\inc\...
  16. PRIMARY,internal\...\inc\...
  17. PRIMARY,internal\...\inf\...
  18. ; The free machine for the architecture also checkes in the majority of the libs.
  19. ; The exceptions are for libs that exist on check only or don't exist for the
  20. ; architecture we're building (for instance, chicago is x86 only).
  21. x86fre,sdk\lib\chicago\...
  22. x86fre,sdk\lib\*
  23. _BUILDARCHfre,sdk\lib\_LIBARCH\...
  24. _BUILDARCHfre,sdk\lib\wow6432\_LIBARCH\...
  25. _BUILDARCHfre,ddk\lib\_LIBARCH\...
  26. _BUILDARCHfre,ddk\lib\wow6432\_LIBARCH\...
  27. _BUILDARCHfre,halkit\lib\_LIBARCH\...
  28. _BUILDARCHfre,processorkit\lib\_LIBARCH\...
  29. _BUILDARCHfre,internal\...\lib\_LIBARCH\...
  30. _BUILDARCHfre,internal\...\lib\wow64\_LIBARCH\...
  31. _BUILDARCHfre,internal\...\lib\wow6432\_LIBARCH\...
  32. x86fre,sdk\inc\nti386.h
  33. ia64fre,sdk\inc\ntia64.h
  34. amd64fre,sdk\inc\ntamd64.h
  35. amd64fre,sdk\inc\nxamd64.h
  36. x86fre,sdk\inc\ks386.inc
  37. amd64fre,sdk\inc\ksamd64.inc
  38. amd64fre,sdk\inc\kxamd64.inc
  39. ia64fre,sdk\inc\ksia64.h
  40. x86fre,internal\base\inc\hal386.inc
  41. amd64fre,internal\base\inc\halamd64.inc
  42. amd64fre,halkit\inc\halamd64.inc
  43. amd64fre,processorkit\inc\halamd64.inc
  44. ia64fre,internal\base\inc\halia64.h
  45. ia64fre,halkit\inc\halia64.h
  46. ia64fre,processorkit\inc\halia64.h
  47. ; What's left is the exceptional libs that come from the check machines.
  48. _BUILDARCHchk,sdk\lib\_LIBARCH\strmbasd.lib
  49. _BUILDARCHchk,sdk\lib\_LIBARCH\d3dx8dt.lib
  50. _BUILDARCHchk,sdk\lib\_LIBARCH\d3dxd.lib
  51. _BUILDARCHchk,sdk\lib\_LIBARCH\d3d8rgbd.lib
  52. _BUILDARCHchk,internal\windows\lib\_LIBARCH\directuid.lib
  53. _BUILDARCHchk,internal\windows\lib\_LIBARCH\directuigpd.lib