SDRPlusPlus/prepare_root.bat

5 lines
198 B
Batchfile
Raw Normal View History

2020-09-06 15:39:09 +02:00
echo OFF
2020-09-06 16:31:50 +02:00
copy /b/v/y build\Release\* root\
2020-09-06 15:39:09 +02:00
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