Skip to content

Commit

Permalink
Change to prefix in winbuild.sh; Bumped version to preview 2; Fixed e…
Browse files Browse the repository at this point in the history
…rror in the src/Makefile.win

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5633 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jul 25, 2006
1 parent 3cd05ff commit b6444ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.win
Expand Up @@ -20,7 +20,7 @@ WINSUBDIRS = core legend raster composer \
plugins/scale_bar \
plugins/georeferencer \
plugins/grid_maker \
plugins/delimited_text
plugins/delimited_text \
plugins/gps_importer \
plugins/spit

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgis.cpp
Expand Up @@ -11,7 +11,7 @@ const char* QGis::qgisVersion = VERSION;
const int QGis::qgisVersionInt =800;

// Release name
const char* QGis::qgisReleaseName = "Titan - Preview 1";
const char* QGis::qgisReleaseName = "Titan - Preview 2";

const char* QGis::qgisVectorGeometryType[] =
{
Expand Down
2 changes: 1 addition & 1 deletion winbuild.sh
Expand Up @@ -22,7 +22,7 @@ export QT_LIBS="-L/home/user/win/qt4.1_win/lib -lQtNetwork -lQtSvg -lQtXml -lQtG

./autogen.sh \
--with-qt-pkg-config=no \
--prefix=$WIN/i586-mingw32msvc \
--prefix=$WIN/i586-mingw32msvc/release \
--target=$TARGET \
--host=$TARGET \
--build=i386-linux \
Expand Down

0 comments on commit b6444ad

Please sign in to comment.