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.

33 lines
590 B

  1. @echo Sync and build FRS and tools. Copy the results to \public\%TARGETCPU%
  2. @if "%NT_ROOT%"=="" goto NOT_RAZ
  3. ssync -fr
  4. build -cw
  5. cd test\dstree
  6. build -cw
  7. cd ..\frs
  8. build -cw
  9. cd ..\..
  10. copy test\dstree\obj\alpha\dstree.exe \public\%TARGETCPU%
  11. copy test\frs\obj\alpha\frs.exe \public\%TARGETCPU%
  12. copy main\obj\alpha\ntfrs.exe \public\%TARGETCPU%
  13. copy ntfrsapi\obj\alpha\ntfrsapi.dll \public\%TARGETCPU%
  14. copy ntfrsupg\obj\alpha\ntfrsupg.exe \public\%TARGETCPU%
  15. pushd \public\%TARGETCPU%
  16. splitsym ntfrs.exe
  17. popd
  18. @goto QUIT
  19. :NOT_RAZ
  20. @echo Not a razzle window.
  21. :QUIT