From 5a73e107feeb6818f2c773b0a1bce2c98ec84f80 Mon Sep 17 00:00:00 2001 From: rouault Date: Fri, 12 Feb 2016 15:10:45 +0000 Subject: [PATCH] nmake.opt: add /I flag to the INSTALL command so that xcopy will be smart enough to create a directory when copying files and avoid prompting for user input (patch by Tim Astle, https://github.com/OSGeo/gdal/pull/95) git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@33443 f0d54148-0727-0410-94bb-9a71ac55c965 --- nmake.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmake.opt b/nmake.opt index b82451c83d..39c92bb6ca 100644 --- a/nmake.opt +++ b/nmake.opt @@ -730,7 +730,7 @@ MAKE = nmake /nologo CC = cl !ENDIF -INSTALL = xcopy /y /r /d /f +INSTALL = xcopy /y /r /d /f /I CPLLIB = $(GDAL_ROOT)/port/cpl.lib