mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -04:00
Windows build: channel directory renamed to channelrx
This commit is contained in:
parent
c8f4147f31
commit
0f458523df
@ -25,16 +25,16 @@ SUBDIRS += plugins/samplesource/rtlsdr
|
|||||||
SUBDIRS += plugins/samplesource/hackrf
|
SUBDIRS += plugins/samplesource/hackrf
|
||||||
SUBDIRS += plugins/samplesource/airspy
|
SUBDIRS += plugins/samplesource/airspy
|
||||||
SUBDIRS += plugins/samplesource/bladerf
|
SUBDIRS += plugins/samplesource/bladerf
|
||||||
SUBDIRS += plugins/channel/chanalyzer
|
SUBDIRS += plugins/channelrx/chanalyzer
|
||||||
SUBDIRS += plugins/channel/demodam
|
SUBDIRS += plugins/channelrx/demodam
|
||||||
SUBDIRS += plugins/channel/demodbfm
|
SUBDIRS += plugins/channelrx/demodbfm
|
||||||
SUBDIRS += plugins/channel/demoddsd
|
SUBDIRS += plugins/channelrx/demoddsd
|
||||||
SUBDIRS += plugins/channel/demodlora
|
SUBDIRS += plugins/channelrx/demodlora
|
||||||
SUBDIRS += plugins/channel/demodnfm
|
SUBDIRS += plugins/channelrx/demodnfm
|
||||||
SUBDIRS += plugins/channel/demodssb
|
SUBDIRS += plugins/channelrx/demodssb
|
||||||
SUBDIRS += plugins/channel/demodwfm
|
SUBDIRS += plugins/channelrx/demodwfm
|
||||||
SUBDIRS += plugins/channel/tcpsrc
|
SUBDIRS += plugins/channelrx/tcpsrc
|
||||||
SUBDIRS += plugins/channel/udpsrc
|
SUBDIRS += plugins/channelrx/udpsrc
|
||||||
|
|
||||||
# Main app must be last
|
# Main app must be last
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
@ -14,16 +14,16 @@ copy %libusbdir%\dll\libusb-1.0.dll %2
|
|||||||
mkdir %2\plugins
|
mkdir %2\plugins
|
||||||
mkdir %2\plugins\channel
|
mkdir %2\plugins\channel
|
||||||
mkdir %2\plugins\samplesource
|
mkdir %2\plugins\samplesource
|
||||||
copy plugins\channel\chanalyzer\%1\chanalyzer.dll %2\plugins\channel
|
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodam\%1\demodam.dll %2\plugins\channel
|
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodbfm\%1\demodbfm.dll %2\plugins\channel
|
copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demoddsd\%1\demoddsd.dll %2\plugins\channel
|
copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodlora\%1\demodlora.dll %2\plugins\channel
|
copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodnfm\%1\demodnfm.dll %2\plugins\channel
|
copy plugins\channelrx\demodnfm\%1\demodnfm.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodssb\%1\demodssb.dll %2\plugins\channel
|
copy plugins\channelrx\demodssb\%1\demodssb.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodwfm\%1\demodwfm.dll %2\plugins\channel
|
copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\tcpsrc\%1\tcpsrc.dll %2\plugins\channel
|
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\udpsrc\%1\udpsrc.dll %2\plugins\channel
|
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
|
copy plugins\samplesource\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource
|
copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource
|
||||||
|
@ -27,16 +27,16 @@ copy %libusbdir%\dll\libusb-1.0.dll %2
|
|||||||
mkdir %2\plugins
|
mkdir %2\plugins
|
||||||
mkdir %2\plugins\channel
|
mkdir %2\plugins\channel
|
||||||
mkdir %2\plugins\samplesource
|
mkdir %2\plugins\samplesource
|
||||||
copy plugins\channel\chanalyzer\%1\chanalyzer.dll %2\plugins\channel
|
copy plugins\channelrx\chanalyzer\%1\chanalyzer.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodam\%1\demodam.dll %2\plugins\channel
|
copy plugins\channelrx\demodam\%1\demodam.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodbfm\%1\demodbfm.dll %2\plugins\channel
|
copy plugins\channelrx\demodbfm\%1\demodbfm.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demoddsd\%1\demoddsd.dll %2\plugins\channel
|
copy plugins\channelrx\demoddsd\%1\demoddsd.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodlora\%1\demodlora.dll %2\plugins\channel
|
copy plugins\channelrx\demodlora\%1\demodlora.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodnfm\%1\demodnfm.dll %2\plugins\channel
|
copy plugins\channelrx\demodnfm\%1\demodnfm.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\demodssb\%1\demodssb.dll %2\plugins\channel
|
copy plugins\channelrx\demodssb\%1\demodssb.dll %2\plugins\channelrxd
|
||||||
copy plugins\channel\demodwfm\%1\demodwfm.dll %2\plugins\channel
|
copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\tcpsrc\%1\tcpsrc.dll %2\plugins\channel
|
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\channel\udpsrc\%1\udpsrc.dll %2\plugins\channel
|
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
copy plugins\samplesource\filesource\%1\inputfilesource.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\sdrdaemon\%1\inputsdrdaemon.dll %2\plugins\samplesource
|
copy plugins\samplesource\sdrdaemon\%1\inputsdrdaemon.dll %2\plugins\samplesource
|
||||||
copy plugins\samplesource\sdrdaemonfec\%1\inputsdrdaemonfec.dll %2\plugins\samplesource
|
copy plugins\samplesource\sdrdaemonfec\%1\inputsdrdaemonfec.dll %2\plugins\samplesource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user