We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771aa6f commit b9e3076Copy full SHA for b9e3076
Makefile.win
@@ -1,6 +1,9 @@
1
WINSUBDIRS = src
2
3
-all: winsubdirs
+all: qgssvnversion.h winsubdirs
4
+
5
+qgssvnversion.h:
6
+ $(MAKE) qgssvnversion.h
7
8
install: all
9
mkdir -p -m 755 $(prefix)
0 commit comments