1
0
Fork 0

extract version from build.h

This commit is contained in:
Frank Celler 2013-12-23 13:43:23 +01:00
parent f5759fa1b6
commit f44f6fd03b
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ pack-win64:
pack-winXX:
rm -rf Build$(BITS) && mkdir Build$(BITS)
${MAKE} pack-winXX-cmake BITS="$(BITS)" TARGET="$(TARGET)"
${MAKE} pack-winXX-cmake BITS="$(BITS)" TARGET="$(TARGET)" VERSION="`awk '{print substr($$3,2,length($$3)-2);}' build.h`"
pack-winXX-cmake:
cd Build$(BITS) && cmake \