On 23/03/2016 18:14, KI7MT wrote: > I just looked that the available targets for WSJT-X v1.7.0 devel branch. > There is an "ALL" target. If that works as it implies, I think that > would do what your suggesting. > > I tested it on Linux with: > > jtsdk-wsjtx -b dev -n wsjtx -c release -t all > > for windows it would be: > > build-wsjtx -b dev -n wsjtx -c release -t all > > > I'll have to test this on Windows to be sure it's doing what it looks > like on the surface. Hi Greg,
Yes, the 'all' target is the same as the default target for CMake generated make/gmake/mingw32_make files. The only thing I am not 100% sure on is if there is an 'all' target for all of the different build tools, this is important since we may well switch to using Ninja rather than make at some point. The make tool has always had a sensible default target, that builds everything that is out of date, since that is by far the most used target by developers and testers. 73 Bill G4WJS. ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
