id summary reporter owner description type status priority milestone component version severity resolution keywords cc 5286 Some settings in nmake.local are overwriten in nmake.opt pmeems warmerdam "I've created a nmake.local file so we don't need to change the GDAL files every time. This seems to be working fine except for the DLLBUILD settings. This setting is set in nmake.opt to 1, but we want to set it to 0. Because nmake.local is called at the beginning my setting is overwritten. Solution is to check if the setting is already set, like it is done with other settings: Change line 171 DLLBUILD=1 to !IFNDEF DLLBUILD DLLBUILD=1 !ENDIF Other settings might benefit from similar changes, like STDCALL, PAM_SETTING and INCLUDE_OGR_FRMTS" defect closed normal default 1.10.1 normal fixed