Re: [CMake] Getting the svn revision number of our source.

2014-07-01 Thread Michael Oldfield
On 02/07/14 09:04, Rick McGuire wrote: We like to include the SVN revision number in our build artifacts to help keep track of what version people are working with. I found the following code on the mailing lists which appears to work fine: # Get the SVN revision number of an svn command

Re: [CMake] Building both a .com and .exe executable on Windows.

2014-05-07 Thread Michael Oldfield
On 07/05/14 14:56, J Decker wrote: On Tue, May 6, 2014 at 5:54 PM, Michael Oldfield sag_mal_plue...@yahoo.com.au mailto:sag_mal_plue...@yahoo.com.au wrote: On 07/05/14 00:25, Rick McGuire wrote: Working on converting an existing project to cmake, which is going fairly well

Re: [CMake] Building both a .com and .exe executable on Windows.

2014-05-06 Thread Michael Oldfield
On 07/05/14 00:25, Rick McGuire wrote: Working on converting an existing project to cmake, which is going fairly well. I've found answers to most of questions with some quick google searches, but I've run into an issue where I've not managed to find any answers yet. One part of the