Skip to content

Commit

Permalink
Win update
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4677 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Jan 13, 2006
1 parent 5e01c7b commit 0aa35e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions Makefile.win
@@ -1,7 +1,13 @@
WINSUBDIRS = src src/providers/ogr
WINSUBDIRS = src src/providers/ogr src/providers/grass \
src/plugins/grass

all: winsubdirs

install: instsubdirs
install: all
$(MAKE) -C i18n -f Makefile install
$(MAKE) -C images -f Makefile install
$(MAKE) -C resources -f Makefile install
$(MAKE) -C src -f Makefile.win install


include ./Makefile.win.rules
3 changes: 3 additions & 0 deletions src/Makefile.win
Expand Up @@ -5,4 +5,7 @@ WINSUBDIRS = gui

all: stdsubdirs winsubdirs

install: all
$(MAKE) -C gui -f Makefile.win install

include ../Makefile.win.rules
3 changes: 0 additions & 3 deletions src/gui/Makefile.win
Expand Up @@ -17,9 +17,6 @@ qgis.exe:
$(STRIP) $@

install: all
$(MAKE) -C i18n -f Makefile install
$(MAKE) -C images -f Makefile install
$(MAKE) -C resources -f Makefile install
$(INSTALL) -m 755 qgis.exe $(prefix)/bin/qgis.exe

include ../../Makefile.win.rules

0 comments on commit 0aa35e9

Please sign in to comment.