Re: [gdal-dev] nmake.local on windows builds

2011-02-15 Thread Frank Warmerdam
On 11-02-14 08:54 AM, Jeff McKenna wrote: I personally have always just modified the nmake.opt. I am not sure what is recommended now. Can someone verify that the new recommended way is to create a 'nmake.local' file and then execute 'nmake /f makefile.vc' ? Jeff, Well, either way will work.

Re: [gdal-dev] nmake.local on windows builds

2011-02-15 Thread Jeff McKenna
On 11-02-15 2:47 PM, Frank Warmerdam wrote: Well, either way will work. But *my* recommendation is creating an nmake.local with GDAL trunk and beyond. This is better than editing nmake.opt directly particularly in the case where you later want to do svn update's and rebuilds. If you hand edit

Re: [gdal-dev] nmake.local on windows builds

2011-02-14 Thread Jeff McKenna
I personally have always just modified the nmake.opt. I am not sure what is recommended now. Can someone verify that the new recommended way is to create a 'nmake.local' file and then execute 'nmake /f makefile.vc' ? -jeff On 11-02-11 6:27 PM, Frank Warmerdam wrote: Folks, Some time

RE: [gdal-dev] nmake.local on windows builds

2011-02-14 Thread Frédéric Trastour
:27 À : gdal-dev Objet : [gdal-dev] nmake.local on windows builds Folks, Some time ago Tamas added a mechanism to nmake.opt (the central include file for windows MSVC nmake based makefiles) so that you could provide an extra definition file on the commandline. eg. nmake -f makefile.vc

Re: [gdal-dev] nmake.local on windows builds

2011-02-12 Thread Tamas Szekeres
Looks good. Tamas 2011/2/12 Frank Warmerdam warmer...@pobox.com On 11-02-11 06:56 PM, Tamas Szekeres wrote: Frank, While I'm not sure about what changes you intend to do here, I would emphatically disagree removing the current approach with the ability of setting the full path to the

[gdal-dev] nmake.local on windows builds

2011-02-11 Thread Frank Warmerdam
Folks, Some time ago Tamas added a mechanism to nmake.opt (the central include file for windows MSVC nmake based makefiles) so that you could provide an extra definition file on the commandline. eg. nmake -f makefile.vc EXT_NMAKE_OPT=mynmake.opt While this is useful, expecially in cases where

Re: [gdal-dev] nmake.local on windows builds

2011-02-11 Thread Tamas Szekeres
Frank, While I'm not sure about what changes you intend to do here, I would emphatically disagree removing the current approach with the ability of setting the full path to the external configuration file from the nmake command line. My build system is higly depend on this setting and if we don't

Re: [gdal-dev] nmake.local on windows builds

2011-02-11 Thread Frank Warmerdam
On 11-02-11 06:56 PM, Tamas Szekeres wrote: Frank, While I'm not sure about what changes you intend to do here, I would emphatically disagree removing the current approach with the ability of setting the full path to the external configuration file from the nmake command line. My build system