Skip to content

Commit b8e0e96

Browse files
author
rblazek
committedAug 29, 2006
'fix' for srs.db path, no explanation but works
git-svn-id: http://svn.osgeo.org/qgis/trunk@5742 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b9e3076 commit b8e0e96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/providers/wms/Makefile.win

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ $(PROVIDER): .libs/wmsprovider.a
1515
-Wl,--enable-auto-import \
1616
-Wl,--whole-archive .libs/wmsprovider.a \
1717
-Wl,--no-whole-archive \
18-
$(CORE_A) $(GUI_A) $(CORE_A) \
19-
$(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
20-
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
18+
$(CORE_A) $(GUI_DLL) \
2119
-lgdal -lgeos -lsqlite3 -lproj $(PG_LIB) \
2220
$(QT_LDADD) \
2321
-lwsock32 -lmingw32

0 commit comments

Comments
 (0)
Please sign in to comment.