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.

59 lines
6.9 KiB

  1. ; FORMAT : SourceDir, SourceFile, DestDir, DestFile, OPERATION
  2. ; All fields are required
  3. ; [subname]* is allowed for source, in which case * required for destination
  4. ;
  5. ; PUBLIC
  6. public\halkit\inc , * , inc\hal\wxp , * , COPY
  7. public\halkit\lib , * , \ , * , COPYLIB
  8. public\sdk\inc , alphaops.h , inc\wxp , * , COPY
  9. public\sdk\inc , callconv.inc, inc\wxp , * , COPY
  10. public\sdk\inc , comcat.h , inc\wxp , * , COPY
  11. public\sdk\inc , ksalpha.h , inc\wxp , * , COPY
  12. public\sdk\inc , ksia64.h , inc\wxp , * , COPY
  13. public\sdk\inc , kxia64.h , inc\wxp , * , COPY
  14. public\sdk\inc , regia64.h , inc\wxp , * , COPY
  15. public\sdk\inc , ssc.h , inc\wxp , * , COPY
  16. public\sdk\inc , nspapi.h , inc\wxp , * , COPY
  17. public\sdk\inc , ntapmsdk.h , src\boot\detect\i386 , * , COPY
  18. public\sdk\inc , ntconfig.h , src\boot\detect\i386 , * , COPY
  19. public\sdk\inc , ntsdexts.h , inc\wxp , * , COPY
  20. public\sdk\inc , oaidl.idl , inc\wxp , * , COPY
  21. public\sdk\inc , objidl.idl , inc\wxp , * , COPY
  22. public\sdk\inc , poppack.h , src\boot\detect\i386 , * , COPY
  23. public\sdk\inc , pshpack1.h , src\boot\detect\i386 , * , COPY
  24. public\sdk\inc , pshpack4.h , src\boot\detect\i386 , * , COPY
  25. public\sdk\inc , unknwn.idl , inc\wxp , * , COPY
  26. public\sdk\inc , wtypes.idl , inc\wxp , * , COPY
  27. public\sdk\inc\crt\sys , * , inc\wxp\sys , * , COPY
  28. public\sdk\inc\crt , setjmp.h , inc\wxp , * , COPY
  29. public\sdk\inc\gl , * , inc\wxp\gl , * , COPY
  30. ; BUGBUG ; public\sdk\inc\mfc42 , * , inc\wxp , * , COPY
  31. ; 16 bit compiler and linker for the x86 ntdetect sample.
  32. tools\tools16 , c1.err , src\boot\detect\bin , * , COPY
  33. tools\tools16 , c1xx3216.exe, src\boot\detect\bin , * , COPY
  34. tools\tools16 , c23pcd.exe , src\boot\detect\bin , * , COPY
  35. tools\tools16 , c13216.exe , src\boot\detect\bin , * , COPY
  36. tools\tools16 , c23216.exe , src\boot\detect\bin , * , COPY
  37. tools\tools16 , c33216.exe , src\boot\detect\bin , * , COPY
  38. tools\tools16 , cl.def , src\boot\detect\bin , * , COPY
  39. tools\tools16 , cl.err , src\boot\detect\bin , * , COPY
  40. tools\tools16 , cl.exe , src\boot\detect\bin , * , COPY
  41. tools\tools16 , cl.msg , src\boot\detect\bin , * , COPY
  42. tools\tools16 , cl16.exe , src\boot\detect\bin , * , COPY
  43. tools\tools16 , link16.exe , src\boot\detect\bin , * , COPY
  44. tools\tools16 , masm.exe , src\boot\detect\bin , * , COPY
  45. tools\tools16 , q23.exe , src\boot\detect\bin , * , COPY
  46. tools\x86 , masm386.exe , src\boot\detect\bin , * , COPY
  47. ; BUGBUG ; tools\x86 , c1.dll , bin , * , COPY
  48. ; BUGBUG ; tools\x86 , c1xx.dll , bin , * , COPY
  49. ; BUGBUG ; tools\x86 , c2.exe , bin , * , COPY
  50. ; BUGBUG ; tools\x86 , cl.exe , bin , * , COPY
  51. ; BUGBUG ; tools\x86 , mc.exe , bin , * , COPY
  52. ; BUGBUG ; tools\x86 , midl.exe , bin , * , COPY
  53. ; BUGBUG ; tools\x86 , midlc.exe , bin , * , COPY