
How to make 

Preliminaries:

  1)     Update version number in lin-city.h
  2)     Update version number in README & README.win32 & README.INSTALL
  3)     Make sure that the directory name is correct
  4)     Edit CHANGES file

Make the UNIX tarball:

  5)     Run perl rename.pl
  6)     Quick test:
	    make xlincity ; make lincity
	    make xpicedit ; make -f XPMakefile xpicedit
	    make install ; xlincity ; make uninstall
  6.5)   Reset Makefile to default to gcc (and optimize flags)
  7)     make distclean
  8)     Make sure that the opening files are gzip'ped
            open.tga.gz
            bad_times.scn
            good_times.scn
  9)     Done!

Make the Win package:

  6)     Build release version on Win
  7)     Reboot into Linux
  8)     Run perl rename.pl
  9)     Make copy of entire directory (we're gonna delete the source)
  9.5)   cd to the new directory
  10)    Copy Release/Lincity.exe .
  11)    make distclean
  12)    Run tarsrc.sh (this script might need fixing)
  13)    Make sure that the opening files are *not* gzip'ped
            open.tga
            bad_times.scn
            good_times.scn
  14)    Copy source.tgz
  15)    zip -r lincity109.zip lincity109
  16)    Done!
