[Cmake] patching executable

Phil Pritchett p.pritchett at 2d3.com
Thu Jun 27 08:53:22 EDT 2002


Thanks. That's what I did  - just wondered if there was a more elegant way. 

Phil

> -----Original Message-----
> From: Andy Cedilnik [mailto:andy.cedilnik at kitware.com]
> Sent: Thursday, June 27, 2002 1:50 PM
> To: Phil Pritchett
> Cc: 'Bill Hoffman'; Cmake "Mailing List ""(E-mail)
> Subject: RE: [Cmake] patching executable
> 
> 
> IF(WIN32)
>   SET(EXECUTABLE_EXTENSION ".exe")
> ELSE(WIN32)
>   SET(EXECUTABLE_EXTENSION "")
> ENDIF(WIN32)
> 
> 			Andy
> 
> On Thu, 2002-06-27 at 07:51, Phil Pritchett wrote:
> > I'm trying to patch an executable produced by cmake using 
> another executable
> > produced by cmake. So I don't need to know if the patcher 
> has .exe but I do
> > need to know if the patchee (you know what I mean :) has .exe 
> 
> 

This e-mail, and any attachment, is confidential. If you have received it in
error, please delete it from your system, do not use or disclose the
information in any way, and notify me immediately.



More information about the CMake mailing list