SDRPlusPlus/prepare_root.bat
2020-09-06 16:31:50 +02:00

5 lines
198 B
Batchfile

echo OFF
copy /b/v/y build\Release\* root\
copy /b/v/y build\modules\radio\Release\radio.dll root\modules\radio.dll
copy /b/v/y build\modules\recorder\Release\recorder.dll root\modules\recorder.dll