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/qgis@4822 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 10, 2006
1 parent c6bf3b7 commit fd4514d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/Makefile.win
Expand Up @@ -37,7 +37,7 @@ qgis.exe:
$(STRIP) $@

install: all
$(INSTALL) -m 755 qgis.exe $(prefix)/bin/qgis.exe
$(INSTALL) -m 755 $(DLL) $(prefix)/bin/$(DLL)
$(INSTALL) -m 755 qgis.exe $(BINDIR)/qgis.exe
$(INSTALL) -m 755 $(DLL) $(DLLDIR)/$(DLL)

include $(QGTOP)/Makefile.win.rules

0 comments on commit fd4514d

Please sign in to comment.