mkrelease is too late for modification of the release. This

needs to be integrated into the MSVC build system.
This commit is contained in:
Kurt Zeilenga 2003-03-24 03:37:49 +00:00
parent dfe3b4fb2f
commit 3b2b9f1cf8

View File

@ -44,13 +44,6 @@ fi
. $RELNAME/build/version.sh . $RELNAME/build/version.sh
# Update the version for NT
ed $RELNAME/include/portable.nt <<EOF
/OPENLDAP_VERSION
s;".*";"$ol_version";
wq
EOF
tar cf $RELNAME.tar $RELNAME tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz gzip -9 -c $RELNAME.tar > $RELNAME.tgz
md5 $RELNAME.tgz > $RELNAME.md5 md5 $RELNAME.tgz > $RELNAME.md5