mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -04:00
NFM Modulator: complete Windows build
This commit is contained in:
parent
cd296be836
commit
9f68e012f3
@ -37,6 +37,7 @@ SUBDIRS += plugins/channelrx/demodwfm
|
|||||||
SUBDIRS += plugins/channelrx/tcpsrc
|
SUBDIRS += plugins/channelrx/tcpsrc
|
||||||
SUBDIRS += plugins/channelrx/udpsrc
|
SUBDIRS += plugins/channelrx/udpsrc
|
||||||
SUBDIRS += plugins/channeltx/modam
|
SUBDIRS += plugins/channeltx/modam
|
||||||
|
SUBDIRS += plugins/channeltx/modnfm
|
||||||
|
|
||||||
# Main app must be last
|
# Main app must be last
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
@ -27,6 +27,7 @@ copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx
|
|||||||
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx
|
copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx
|
||||||
|
copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx
|
||||||
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
|
||||||
|
@ -40,6 +40,7 @@ copy plugins\channelrx\demodwfm\%1\demodwfm.dll %2\plugins\channelrx
|
|||||||
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
copy plugins\channelrx\tcpsrc\%1\tcpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
copy plugins\channelrx\udpsrc\%1\udpsrc.dll %2\plugins\channelrx
|
||||||
copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx
|
copy plugins\channeltx\modam\%1\modam.dll %2\plugins\channeltx
|
||||||
|
copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx
|
||||||
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