From 9807f070e3c81eb8ec0fbcfd2a1c66ad06eccb38 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Sun, 14 Oct 2018 07:46:30 +0200 Subject: [PATCH] Added instructions to CMake clean to force the following build from scratch. --- Build-Windows.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Build-Windows.md b/Build-Windows.md index 5dc3ebb..c61d2e3 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -56,6 +56,9 @@ From the prompt: ``` C:\> cd C:\MSVCDev\ +C:\MSVCDEV> cmake --build SoapySDR_win64 --config Release --target clean +... Bunch of messages ... + 0 Error(s) C:\MSVCDEV> cmake --build SoapySDR_win64 --config Release --target install ... Bunch of building ... 0 Error(s) @@ -163,6 +166,9 @@ From the prompt: ``` C:\> cd C:\MSVCDev\ +C:\MSVCDEV> cmake --build librtlsdr_win64 --config Release --target clean +... Bunch of messages ... + 0 Error(s) C:\MSVCDEV> cmake --build librtlsdr_win64 --config Release ... Bunch of building ... 0 Error(s) @@ -188,6 +194,9 @@ From the prompt: ``` C:\> cd C:\MSVCDev\ +C:\MSVCDEV> cmake --build SoapyRTLSDR_win64 --config Release --target clean +... Bunch of messages ... + 0 Error(s) C:\MSVCDEV> cmake --build SoapyRTLSDR_win64 --config Release --target install ... Bunch of building ... 0 Error(s) @@ -212,6 +221,9 @@ From the prompt: ``` C:\> cd C:\MSVCDev\ +C:\MSVCDEV> cmake --build SoapySDRPlay_win64 --config Release --target clean +... Bunch of messages ... + 0 Error(s) C:\MSVCDEV> cmake --build SoapySDRPlay_win64 --config Release --target install ... Bunch of building ... 0 Error(s)