Skip to content

Commit 0b7f5fa

Browse files
committed
Dont point to old gdal lib/include dirs when creating an msvc shell
1 parent 0377e25 commit 0b7f5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/msvc.t2t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ set OSGEO4W_ROOT=C:\OSGeo4W
8686
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
8787

8888
@set GRASS_PREFIX=c:/OSGeo4W/apps/grass/grass-6.4.0
89-
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\apps\gdal-17\include;%OSGEO4W_ROOT%\include
90-
@set LIB=%LIB%;%OSGEO4W_ROOT%\apps\gdal-17\lib;%OSGEO4W_ROOT%\lib
89+
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
90+
@set LIB=%LIB%;%OSGEO4W_ROOT%\lib;%OSGEO4W_ROOT%\lib
9191

9292
@cmd
9393
```

0 commit comments

Comments
 (0)