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