Skip to content

Commit b6444ad

Browse files
author
gsherman
committedJul 25, 2006

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎src/Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ WINSUBDIRS = core legend raster composer \
2020
plugins/scale_bar \
2121
plugins/georeferencer \
2222
plugins/grid_maker \
23-
plugins/delimited_text
23+
plugins/delimited_text \
2424
plugins/gps_importer \
2525
plugins/spit
2626

‎src/core/qgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const char* QGis::qgisVersion = VERSION;
1111
const int QGis::qgisVersionInt =800;
1212

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

1616
const char* QGis::qgisVectorGeometryType[] =
1717
{

‎winbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export QT_LIBS="-L/home/user/win/qt4.1_win/lib -lQtNetwork -lQtSvg -lQtXml -lQtG
2222

2323
./autogen.sh \
2424
--with-qt-pkg-config=no \
25-
--prefix=$WIN/i586-mingw32msvc \
25+
--prefix=$WIN/i586-mingw32msvc/release \
2626
--target=$TARGET \
2727
--host=$TARGET \
2828
--build=i386-linux \

0 commit comments

Comments
 (0)
Please sign in to comment.