From 9f68e012f36ac82df2ff21626eb95937b9d8dc42 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 30 Nov 2016 08:32:18 +0100 Subject: [PATCH] NFM Modulator: complete Windows build --- sdrangel.windows.pro | 1 + windows.install.bat | 1 + windows64.install.bat | 1 + 3 files changed, 3 insertions(+) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index e392cef90..7e01d3e35 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -37,6 +37,7 @@ SUBDIRS += plugins/channelrx/demodwfm SUBDIRS += plugins/channelrx/tcpsrc SUBDIRS += plugins/channelrx/udpsrc SUBDIRS += plugins/channeltx/modam +SUBDIRS += plugins/channeltx/modnfm # Main app must be last CONFIG += ordered diff --git a/windows.install.bat b/windows.install.bat index 72546a9f7..16c518005 100644 --- a/windows.install.bat +++ b/windows.install.bat @@ -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\udpsrc\%1\udpsrc.dll %2\plugins\channelrx 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\rtlsdr\%1\inputrtlsdr.dll %2\plugins\samplesource copy plugins\samplesource\hackrf\%1\inputhackrf.dll %2\plugins\samplesource diff --git a/windows64.install.bat b/windows64.install.bat index 00e05d91d..97bdee45d 100644 --- a/windows64.install.bat +++ b/windows64.install.bat @@ -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\udpsrc\%1\udpsrc.dll %2\plugins\channelrx 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\sdrdaemon\%1\inputsdrdaemon.dll %2\plugins\samplesource copy plugins\samplesource\sdrdaemonfec\%1\inputsdrdaemonfec.dll %2\plugins\samplesource