Re: [CMake] What is the most reliable way to concatanate files on Windows?

2009-11-01 Thread Hendrik Sattler
Am Sonntag 01 November 2009 05:25:03 schrieb Alan W. Irwin: The PLplot build system needs to contatanate some files together. The cross-platform way we do this right now is to use cat if it is available (which handles the Unix case) and otherwise if the Windows cmd or command are available

Re: [CMake] What is the most reliable way to concatanate files on Windows?

2009-11-01 Thread Alan W. Irwin
On 2009-11-01 12:10+0100 Hendrik Sattler wrote: Am Sonntag 01 November 2009 05:25:03 schrieb Alan W. Irwin: The PLplot build system needs to contatanate some files together. The cross-platform way we do this right now is to use cat if it is available (which handles the Unix case) and

[CMake] What is the most reliable way to concatanate files on Windows?

2009-10-31 Thread Alan W. Irwin
The PLplot build system needs to contatanate some files together. The cross-platform way we do this right now is to use cat if it is available (which handles the Unix case) and otherwise if the Windows cmd or command are available use the copy command. This method is somewhat fragile (one