Skip to content

Commit 0aa35e9

Browse files
author
rblazek
committedJan 13, 2006
Win update
git-svn-id: http://svn.osgeo.org/qgis/trunk@4677 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5e01c7b commit 0aa35e9

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed
 

‎Makefile.win

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
WINSUBDIRS = src src/providers/ogr
1+
WINSUBDIRS = src src/providers/ogr src/providers/grass \
2+
src/plugins/grass
23

34
all: winsubdirs
45

5-
install: instsubdirs
6+
install: all
7+
$(MAKE) -C i18n -f Makefile install
8+
$(MAKE) -C images -f Makefile install
9+
$(MAKE) -C resources -f Makefile install
10+
$(MAKE) -C src -f Makefile.win install
11+
612

713
include ./Makefile.win.rules

‎src/Makefile.win

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ WINSUBDIRS = gui
55

66
all: stdsubdirs winsubdirs
77

8+
install: all
9+
$(MAKE) -C gui -f Makefile.win install
10+
811
include ../Makefile.win.rules

‎src/gui/Makefile.win

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ qgis.exe:
1717
$(STRIP) $@
1818

1919
install: all
20-
$(MAKE) -C i18n -f Makefile install
21-
$(MAKE) -C images -f Makefile install
22-
$(MAKE) -C resources -f Makefile install
2320
$(INSTALL) -m 755 qgis.exe $(prefix)/bin/qgis.exe
2421

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

0 commit comments

Comments
 (0)
Please sign in to comment.