Browse Source

/c/MinGW not needed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38360 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
1d684b169c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mswindows/osgeo4w/package.sh

+ 3 - 3
mswindows/osgeo4w/package.sh

@@ -9,8 +9,8 @@ if ! [ -f configure-stamp ]; then
 	echo $(date): STARTING configure
 
 	./configure \
-		--with-libs="/c/OSGeo4W/lib /c/MinGW/lib" \
-		--with-includes="/c/OSGeo4W/include /c/MinGW/include" \
+		--with-libs=/c/OSGeo4W/lib \
+		--with-includes=/c/OSGeo4W/include \
 		--exec-prefix=/c/OSGeo4W/bin \
 		--libexecdir=/c/OSGeo4W/bin \
 		--prefix=/c/OSGeo4W/apps/grass \
@@ -23,7 +23,7 @@ if ! [ -f configure-stamp ]; then
 		--with-fftw \
 		--with-freetype \
 		--with-proj-share=/c/OSGeo4W/share/proj \
-		--with-gdal=/C/OSGeo4W/bin/gdal-config \
+		--with-gdal=/c/OSGeo4W/bin/gdal-config \
 		--with-tcltk \
 		--with-sqlite \
 		--with-postgres \