source: git/make_release @ 88dd061

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 88dd061 was 88dd061, checked in by Olly Betts <olly@…>, 25 years ago

Build dos doc zip too.

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

  • Property mode set to 100755
File size: 909 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
13make dos_doc_zip || exit 1
14#env STRIP=echo EXTEXE=.exe CC=dos-gcc LDFLAGS=-s CAVEROT=caverot.exe \
15# CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no
16#PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH
17env CC=i386-pc-msdosdjgpp-gcc LDFLAGS=-s STRIP=echo CAVEROT=caverot.exe \
18 CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no || exit 1
19make djgpp || exit 1
20make distclean || exit 1
21rm config.cache || exit 1
22PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH
23env ac_cv_c_bigendian=no LDFLAGS=-s ./configure --with-x=no || exit 1
24make mingw || exit 1
Note: See TracBrowser for help on using the repository browser.