2016-03-12 23:34:46 +00:00
|
|
|
SET libusbdir="D:\libusb-1.0.19\MinGW32"
|
2016-03-12 02:17:30 +00:00
|
|
|
|
2016-03-10 03:56:29 +00:00
|
|
|
copy app\%1\sdrangel.exe %2
|
|
|
|
copy sdrbase\%1\sdrbase.dll %2
|
|
|
|
copy lz4\%1\lz4.dll %2
|
2016-04-24 21:41:31 +00:00
|
|
|
copy mbelib\%1\mbelib.dll %2
|
|
|
|
copy dsdcc\%1\dsdcc.dll %2
|
2016-05-09 17:49:10 +00:00
|
|
|
copy serialdv\%1\serialdv.dll %2
|
2016-03-12 23:34:46 +00:00
|
|
|
copy libhackrf\%1\libhackrf.dll %2
|
2016-03-12 04:28:49 +00:00
|
|
|
copy librtlsdr\%1\librtlsdr.dll %2
|
2016-03-13 00:22:00 +00:00
|
|
|
copy libairspy\%1\libairspy.dll %2
|
2016-03-23 15:49:58 +00:00
|
|
|
copy libbladerf\%1\libbladerf.dll %2
|
2016-03-12 02:17:30 +00:00
|
|
|
copy %libusbdir%\dll\libusb-1.0.dll %2
|
2016-03-10 03:56:29 +00:00
|
|
|
mkdir %2\plugins
|
2016-10-08 10:37:32 +00:00
|
|
|
mkdir %2\plugins\channelrx
|
2016-10-20 16:04:15 +00:00
|
|
|
mkdir %2\plugins\channeltx
|
2016-03-10 03:56:29 +00:00
|
|
|
mkdir %2\plugins\samplesource
|
2016-10-19 20:32:14 +00:00
|
|
|
mkdir %2\plugins\samplesink
|
2016-10-02 21:41:39 +00:00
|
|
|
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demodnfm\%1\demodnfm.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demodssb\%1\demodssb.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
|
|
|
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
2016-10-20 16:04:15 +00:00
|
|
|
copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx
|
2016-11-30 07:32:18 +00:00
|
|
|
copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx
|
2016-03-10 04:14:28 +00:00
|
|
|
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
2016-03-12 02:17:30 +00:00
|
|
|
copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
|
2016-03-12 23:34:46 +00:00
|
|
|
copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource
|
2016-03-13 00:22:00 +00:00
|
|
|
copy plugins\samplesource\airspy\%1\inputairspy.dll %2\plugins\samplesource
|
2016-03-23 15:59:53 +00:00
|
|
|
copy plugins\samplesource\bladerf\%1\inputbladerf.dll %2\plugins\samplesource
|
2016-10-19 20:32:14 +00:00
|
|
|
copy plugins\samplesink\filesink\%1\outputfilesink.dll %2\plugins\samplesink
|