Re: [gdal-dev] gdal v3.4.1 generate_vcxproj.bat error

2022-02-13 Thread Brad Hards
On Monday, 14 February 2022 1:13:47 PM AEDT ni hao wrote: > it is missing %_nmake_opt_win64_% in the 2nd nmake commnad line. I have no idea about the change, but you could submit a fix for this. See https://gdal.org/contributing/developer.html#git-workflows-with-gdal Brad __

[gdal-dev] gdal v3.4.1 generate_vcxproj.bat error

2022-02-13 Thread ni hao
Hi list, gdal v3.4.1 generate_vcxproj.bat line 277 has an error: echo ^nmake -f makefile.vc MSVC_VER=%_clver_% %_nmake_opt_win64_% clean ^&^& nmake -f makefile.vc MSVC_VER=%_clver_%^ >> %_gdalproj_% it is missing %_nmake_opt_win64_% in the 2nd nmake commnad line. ___