File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- WINSUBDIRS = src src/providers/ogr
1
+ WINSUBDIRS = src src/providers/ogr src/providers/grass \
2
+ src/plugins/grass
2
3
3
4
all: winsubdirs
4
5
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
+
6
12
7
13
include ./Makefile.win.rules
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ WINSUBDIRS = gui
5
5
6
6
all: stdsubdirs winsubdirs
7
7
8
+ install: all
9
+ $(MAKE) -C gui -f Makefile.win install
10
+
8
11
include ../Makefile.win.rules
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ qgis.exe:
17
17
$(STRIP) $@
18
18
19
19
install: all
20
- $(MAKE) -C i18n -f Makefile install
21
- $(MAKE) -C images -f Makefile install
22
- $(MAKE) -C resources -f Makefile install
23
20
$(INSTALL) -m 755 qgis.exe $(prefix)/bin/qgis.exe
24
21
25
22
include ../../Makefile.win.rules
You can’t perform that action at this time.
0 commit comments