Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add -lgeos
git-svn-id: http://svn.osgeo.org/qgis/trunk@4749 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Jan 25, 2006
1 parent abbe6f6 commit 31e1a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/grass/Makefile.win
Expand Up @@ -19,6 +19,7 @@ $(GRASS_DLL):
-Wl,--whole-archive .libs/libqgisgrass.a \
-Wl,--no-whole-archive \
$(CORE_A) $(GUI_A) $(CORE_A) \
-lgeos \
$(GRASS_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
Expand All @@ -39,6 +40,8 @@ $(PROVIDER): $(OBJECTS)
$(STRIP) $@

install: all
mkdir -p $(prefix)/bin/
mkdir -p $(prefix)/lib/qgis/
$(INSTALL) -m 755 $(GRASS_DLL) $(prefix)/bin/qgis_grass.dll
$(INSTALL) -m 755 $(PROVIDER) $(prefix)/lib/qgis/grassprovider.dll

Expand Down

0 comments on commit 31e1a54

Please sign in to comment.