Add banner-string

This commit is contained in:
Stas Degteff 2006-02-18 14:08:47 +00:00
parent 6db639d5c6
commit 33ad0a74f6
7 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,8 @@ name=../gpc115-${date}.zip
dir=cfgs
echo Build an archive with Golded+ configuration examples: ${name} and ${shortname}
if [ -f ${name} ] ; then rm $name ; fi
find ${dir} | grep -v CVS | zip -9 -@ -X ${name}

View File

@ -15,6 +15,8 @@ name=../gpd${shortdate}.zip
dosname=..\\gpd${shortdate}.zip
file_id=bin/File_ID.Diz
echo Build a Golded+/DPMI binary package: ${name} and ${shortname}
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
files="bin/geddjg.exe bin/gndjg.exe bin/rddtdjg.exe"

View File

@ -8,6 +8,8 @@ shortdate=`echo ${date} | sed s/^...//`
shortname=../gpl${shortdate}.zip
name=../gpl115-${date}.zip
echo Build a Golded+/lnx binary package: ${name} and ${shortname}
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
files="bin/gedlnx bin/gnlnx bin/rddtlnx"

View File

@ -7,6 +7,8 @@ shortdate=`echo ${date} | sed s/^...//`
shortname=gps${shortdate}.tb2
name=gps115-${date}.tar.bz2
echo Build a Golded+ sources package: ${name} and ${shortname}
cd .. ; tar -jcf ${name} \
--exclude CVS \
--exclude golded+/golded3/mygolded.h \

View File

@ -8,6 +8,8 @@ name=../gpwin-115-${date}.zip
shortdate=`echo ${date} | sed s/^...//`
shortname=../gpv${shortdate}.zip
echo Build a Golded+/w32mvc binary package: ${name} and ${shortname}
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
files="Release/bin/gedwin.exe Release/bin/gnwin.exe Release/bin/rddtwin.exe"

View File

@ -14,6 +14,8 @@ shortdate=`echo ${date} | sed s/^...//`
name=../gpw32-115-${date}.zip
shortname=../gpw${shortdate}.zip
echo Build a Golded+/w32mingw binary package: ${name} and ${shortname}
sed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
files="bin/gedcyg.exe bin/gncyg.exe bin/rddtcyg.exe"

View File

@ -10,6 +10,8 @@ date=`date +%Y%m%d`
name=bin/gpsunx86-115-${date}.zip
pkgname=golded-plus-x86-115-${date}.pkg
echo Build a Golded+/sunX86 binary package: ${name} (${pkgname})
gsed -i.orig -e "s/\#define __GVER_POSTVERSION__ .*/\#define __GVER_POSTVERSION__ \"-b${date}\"/" golded3/mygolded.h
printf "GoldED+1.1.5 [`uname` `uname -i` pkg]\r\n" >bin/File_ID.Diz