[Kst] branches/work/kst/portto4/kst/misc
Peter Kümmel
syntheticpp at gmx.net
Tue Jun 28 22:04:38 CEST 2011
SVN commit 1238727 by kuemmel:
mac deploy script: set version via commond line
M +1 -1 mac-release.sh
--- branches/work/kst/portto4/kst/misc/mac-release.sh #1238726:1238727
@@ -2,7 +2,7 @@
# $1 = path to kst/cmake
# $2 = package name
-cmake $1 -Dkst_merge_files=1 -Dkst_3rdparty=1 -Dkst_dataobjects=1 -Dkst_install_prefix=$2 -Dkst_release=1
+cmake $1 -Dkst_merge_files=1 -Dkst_3rdparty=1 -Dkst_dataobjects=1 -Dkst_version_string=$2 -Dkst_release=1
make -j4
More information about the Kst
mailing list