Skip to content

Commit

Permalink
Dont point to old gdal lib/include dirs when creating an msvc shell
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed May 4, 2011
1 parent 0377e25 commit 0b7f5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/msvc.t2t
Expand Up @@ -86,8 +86,8 @@ set OSGEO4W_ROOT=C:\OSGeo4W
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"

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

@cmd
```
Expand Down

0 comments on commit 0b7f5fa

Please sign in to comment.