source: git/make_release @ d7acd89

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since d7acd89 was d7acd89, checked in by Olly Betts <olly@…>, 25 years ago

New script to build release: source, djgpp, mingw

git-svn-id: file:///home/survex-svn/survex/trunk@492 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100755
File size: 882 bytes
Line 
1#! /bin/sh
2if cvs diff > /dev/null 2> /dev/null ; then
3   :
4   # Everything is in CVS
5else
6   echo There are changes not checked into CVS - please rectify
7   exit 1
8fi
9# Update ChangeLog
10../cvs2cl/cvs2cl.pl || exit 1
11test -f Makefile && make distclean || exit 1
12make distcheck || exit 1
13#env STRIP=echo EXTEXE=.exe CC=dos-gcc LDFLAGS=-s CAVEROT=caverot.exe \
14# CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no
15#PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH
16env CC=i386-pc-msdosdjgpp-gcc LDFLAGS=-s STRIP=echo CAVEROT=caverot.exe \
17 CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no || exit 1
18make djgpp || exit 1
19make distclean || exit 1
20rm config.cache || exit 1
21PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH
22env ac_cv_c_bigendian=no LDFLAGS=-s ./configure --with-x=no || exit 1
23make mingw || exit 1
Note: See TracBrowser for help on using the repository browser.