From e8617fb90ad29c170d772cd947885f68b08b421c Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 13 Aug 2017 05:09:58 +0200 Subject: [PATCH] Windows build: removed ATV modulator --- sdrangel.windows.pro | 2 +- windows.install.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 9be3372b8..ae2d44909 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -44,7 +44,7 @@ SUBDIRS += plugins/channelrx/demodwfm SUBDIRS += plugins/channelrx/tcpsrc SUBDIRS += plugins/channelrx/udpsrc SUBDIRS += plugins/channeltx/modam -SUBDIRS += plugins/channeltx/modatv +CONFIG(macx)SUBDIRS += plugins/channeltx/modatv SUBDIRS += plugins/channeltx/modnfm SUBDIRS += plugins/channeltx/modssb SUBDIRS += plugins/channeltx/modwfm diff --git a/windows.install.bat b/windows.install.bat index bff234c56..57212e71e 100644 --- a/windows.install.bat +++ b/windows.install.bat @@ -34,7 +34,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\modatv\%1\modatv.dll %2\plugins\channeltx +REM copy plugins\channeltx\modatv\%1\modatv.dll %2\plugins\channeltx copy plugins\channeltx\modnfm\%1\modnfm.dll %2\plugins\channeltx copy plugins\channeltx\modssb\%1\modssb.dll %2\plugins\channeltx copy plugins\channeltx\modwfm\%1\modwfm.dll %2\plugins\channeltx