Skip to content

Commit 172b0a8

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.win

Lines changed: 4 additions & 1 deletion
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)