Skip to content

Commit b9e3076

Browse files
author
rblazek
committed
make qgssvnversion.h
git-svn-id: http://svn.osgeo.org/qgis/trunk@5741 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 771aa6f commit b9e3076

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.win

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
WINSUBDIRS = src
22

3-
all: winsubdirs
3+
all: qgssvnversion.h winsubdirs
4+
5+
qgssvnversion.h:
6+
$(MAKE) qgssvnversion.h
47

58
install: all
69
mkdir -p -m 755 $(prefix)

0 commit comments

Comments
 (0)