Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
ther values that were already APR_STRINGIFY-ed in the .rc file. > > *From:* Jeff Trawick [mailto:traw...@gmail.com] > *Sent:* maandag 18 november 2013 22:19 > > *To:* Apache HTTP Server Development List > *Subject:* Re: Playing with cmake: LONG_NAME= problems > > > >

RE: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Bert Huijben
#endif ]] to #ifdef ICON_FILE 1 ICON DISCARDABLE APR_STRINGIFY(ICON_FILE) #endif Bert From: Jeff Trawick [mailto:traw...@gmail.com] Sent: maandag 18 november 2013 22:19 To: Apache HTTP Server Development List Subject: Re: Playing with cmake: LONG_NAME= problems On Mo

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
Bert >> > > Cool... In the meantime, I have a fix in trunk (r1543149) and am building > the 2.4.x fix with Visual Studio 2010 currently. (Luckily exiftool makes > it easy to quickly check File Description.) > r1543165 is the 2.4.x fix > > >> >

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
makes it easy to quickly check File Description.) > > > *From:* Jeff Trawick [mailto:traw...@gmail.com] > *Sent:* maandag 18 november 2013 19:22 > *To:* Apache HTTP Server Development List > *Subject:* Re: Playing with cmake: LONG_NAME= problems > > > > On Mon, Nov 18, 2013 at

RE: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Bert Huijben
Trawick [mailto:traw...@gmail.com] Sent: maandag 18 november 2013 19:22 To: Apache HTTP Server Development List Subject: Re: Playing with cmake: LONG_NAME= problems On Mon, Nov 18, 2013 at 12:37 PM, Bert Huijben mailto:b...@qqmail.nl> > wrote: Hi, As I already mentioned I'm re-s

Re: Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Jeff Trawick
On Mon, Nov 18, 2013 at 12:37 PM, Bert Huijben wrote: > Hi, > > As I already mentioned I'm re-scripting my build of httpd to work using the > new cmake generator. > > It looks like I have things working now, with about half as many local > patches as before..., but I think one problem I h

Playing with cmake: LONG_NAME= problems

2013-11-18 Thread Bert Huijben
Hi, As I already mentioned I'm re-scripting my build of httpd to work using the new cmake generator. It looks like I have things working now, with about half as many local patches as before..., but I think one problem I had to patch around will be common for everybody using project files