Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dlldir
git-svn-id: http://svn.osgeo.org/qgis/trunk@4822 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 10, 2006
1 parent 9e90d9e commit 4a4a576
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 4a4a576

Please sign in to comment.