mirror of https://github.com/tongzx/nt5src
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
33 lines
590 B
@echo Sync and build FRS and tools. Copy the results to \public\%TARGETCPU%
|
|
|
|
@if "%NT_ROOT%"=="" goto NOT_RAZ
|
|
|
|
ssync -fr
|
|
build -cw
|
|
|
|
cd test\dstree
|
|
build -cw
|
|
|
|
cd ..\frs
|
|
build -cw
|
|
|
|
cd ..\..
|
|
|
|
copy test\dstree\obj\alpha\dstree.exe \public\%TARGETCPU%
|
|
copy test\frs\obj\alpha\frs.exe \public\%TARGETCPU%
|
|
copy main\obj\alpha\ntfrs.exe \public\%TARGETCPU%
|
|
copy ntfrsapi\obj\alpha\ntfrsapi.dll \public\%TARGETCPU%
|
|
copy ntfrsupg\obj\alpha\ntfrsupg.exe \public\%TARGETCPU%
|
|
pushd \public\%TARGETCPU%
|
|
splitsym ntfrs.exe
|
|
popd
|
|
|
|
|
|
@goto QUIT
|
|
|
|
:NOT_RAZ
|
|
|
|
@echo Not a razzle window.
|
|
|
|
:QUIT
|
|
|