Skip to content

Commit

Permalink
PG_LIB
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4897 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent 724b77b commit 87e5d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Makefile.win
Expand Up @@ -16,7 +16,7 @@ $(DLL): .libs/libqgis_core.a
-Wl,--no-whole-archive \
$(LEGEND_A) $(GUI_A) $(RASTER_A) $(PROJSEL_A) \
$(COMPOSER_A) $(LEGEND_A) $(GUI_A) $(COMPOSER_A) \
-lsqlite3 -lgeos -lproj -lgdal \
-lsqlite3 -lgeos -lproj -lgdal $(PG_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@
Expand Down

0 comments on commit 87e5d12

Please sign in to comment.