Skip to content

Commit

Permalink
dlldir
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4824 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 10, 2006
1 parent d0bf33d commit 27458ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/Makefile.win
Expand Up @@ -42,7 +42,7 @@ $(PROVIDER): $(OBJECTS)
install: all
mkdir -p $(prefix)/bin/
mkdir -p $(prefix)/lib/qgis/
$(INSTALL) -m 755 $(GRASS_DLL) $(prefix)/bin/qgis_grass.dll
$(INSTALL) -m 755 $(GRASS_DLL) $(DLLDIR)/qgis_grass.dll
$(INSTALL) -m 755 $(PROVIDER) $(prefix)/lib/qgis/grassprovider.dll

include $(QGTOP)/Makefile.win.rules

0 comments on commit 27458ad

Please sign in to comment.