Skip to content

Commit

Permalink
link to rpovider to qgis_grass.dll
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4747 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Jan 25, 2006
1 parent 28f7407 commit 73247db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/providers/grass/Makefile.win
Expand Up @@ -30,8 +30,9 @@ $(PROVIDER): $(OBJECTS)
-Wl,--enable-auto-import \
-Wl,--whole-archive grassprovider_la-provider.o \
-Wl,--no-whole-archive \
-L .libs/ -lqgis_grass \
.libs/libqgisgrass.a \
$(CORE_A) $(GUI_A) $(CORE_A) \
$(CORE_DLL) $(GUI_DLL) $(CORE_DLL) \
$(GRASS_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
Expand All @@ -41,4 +42,4 @@ install: all
$(INSTALL) -m 755 $(GRASS_DLL) $(prefix)/bin/qgis_grass.dll
$(INSTALL) -m 755 $(PROVIDER) $(prefix)/lib/qgis/grassprovider.dll

include ../../../Makefile.win.rules
include $(QGTOP)/Makefile.win.rules

0 comments on commit 73247db

Please sign in to comment.