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.

39 lines
866 B

  1. @if "%NT_ROOT%"=="" goto NOT_RAZ
  2. set NAME_MORPH_ENABLED=1
  3. set NTFRS_TEST=1
  4. set TARG=alpha
  5. if "%PROCESSOR_ARCHITECTURE%" == "x86" set TARG=i386
  6. @for /f %%x in (%NT_ROOT%\0_current_public_is) do @echo Clean build FRS and tools for build %%x
  7. REM Sync the api header and rebuild the netevent message file.
  8. call buildmsg
  9. build -cwZ
  10. cd test\dstree
  11. build -cwZ
  12. cd ..\frs
  13. build -cwZ
  14. cd ..\..
  15. copy test\dstree\obj\!TARG!\dstree.exe \public\ntfrs
  16. copy test\frs\obj\!TARG!\frs.exe \public\ntfrs
  17. copy main\obj\!TARG!\ntfrs.exe \public\ntfrs
  18. copy ntfrsapi\obj\!TARG!\ntfrsapi.dll \public\ntfrs
  19. copy ntfrsupg\obj\!TARG!\ntfrsupg.exe \public\ntfrs
  20. pushd \public\ntfrs
  21. rem -- dont do this. it screws up the SFP signature on the file. splitsym ntfrs.exe
  22. popd
  23. @goto QUIT
  24. :NOT_RAZ
  25. @echo Not a razzle window.
  26. :QUIT