RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Line | |
---|
1 | #! /bin/sh |
---|
2 | if cvs diff > /dev/null 2> /dev/null ; then |
---|
3 | : |
---|
4 | # Everything is in CVS |
---|
5 | else |
---|
6 | echo There are changes not checked into CVS - please rectify |
---|
7 | exit 1 |
---|
8 | fi |
---|
9 | # Update ChangeLog |
---|
10 | ../cvs2cl/cvs2cl.pl || exit 1 |
---|
11 | test -f Makefile && make distclean || exit 1 |
---|
12 | make distcheck || exit 1 |
---|
13 | make 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 |
---|
17 | env CC=i386-pc-msdosdjgpp-gcc LDFLAGS=-s STRIP=echo CAVEROT=caverot.exe \ |
---|
18 | CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no || exit 1 |
---|
19 | make djgpp || exit 1 |
---|
20 | make distclean || exit 1 |
---|
21 | rm config.cache || exit 1 |
---|
22 | PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH |
---|
23 | env ac_cv_c_bigendian=no LDFLAGS=-s ./configure --with-x=no || exit 1 |
---|
24 | make mingw || exit 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.