RELEASE/1.0
RELEASE/1.1
RELEASE/1.2
debug-ci
debug-ci-sanitisers
faster-cavernlog
log-select
main
stereo
stereo-2025
walls-data
walls-data-hanging-as-warning
warn-only-for-hanging-survey
| Rev | Line | |
|---|
| [d7acd89] | 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 | #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
|
|---|
| 16 | env CC=i386-pc-msdosdjgpp-gcc LDFLAGS=-s STRIP=echo CAVEROT=caverot.exe \
|
|---|
| 17 | CRLIB=-lalleg CROBJX=dosrot.o ./configure --with-x=no || exit 1
|
|---|
| 18 | make djgpp || exit 1
|
|---|
| 19 | make distclean || exit 1
|
|---|
| 20 | rm config.cache || exit 1
|
|---|
| 21 | PATH=/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin:$PATH
|
|---|
| 22 | env ac_cv_c_bigendian=no LDFLAGS=-s ./configure --with-x=no || exit 1
|
|---|
| 23 | make mingw || exit 1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.