Skip to content

Commit

Permalink
nmake.opt: add /I flag to the INSTALL command so that xcopy will be s…
Browse files Browse the repository at this point in the history
…mart enough to create a directory when copying files and avoid prompting for user input (patch by Tim Astle, OSGeo/gdal#95)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@33443 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
rouault committed Feb 12, 2016
1 parent e250081 commit 5a73e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmake.opt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a73e10

Please sign in to comment.