~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/3rdparty/squirrel/README

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach, Matthijs Kooijman, Jordi Mallach
  • Date: 2009-04-15 18:22:10 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090415182210-22ktb8kdbp2tf3bm
[ Matthijs Kooijman ]
* New upstream release.
* Remove Debian specific desktop file, upstream provides one now. 
* Add debian/watch file.

[ Jordi Mallach ]
* Bump Standards-Version to 3.8.1, with no changes required.
* Move to debhelper compat 7. Bump Build-Depends accordingly.
* Use dh_prep.
* Add "set -e" to config script.
* Remove a few extra doc files that get installed by upstream Makefile.
* Add more complete copyright information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The programming language SQUIRREL 2.2.1 stable
 
2
 
 
3
--------------------------------------------------
 
4
The project has been compiled and run on Windows(Windows XP/2000 on Intel x86 Windows XP Pro on AMD x64) and
 
5
Linux(Slackware 9.0 on Intel x86, Fedora Core 4 on AMD x64).
 
6
 
 
7
Has been tested with the following compilers:
 
8
        MS Visual C++ 6.0,7.0,7.1 and 8.0 (32 and 64bits)
 
9
        MinGW gcc 3.2 (mingw special 20020817-1)
 
10
        Cygnus gcc 3.2
 
11
        Linux gcc 3.2.3
 
12
        Linux gcc 4.0.0 (x86 64bits)
 
13
 
 
14
 
 
15
Feedback and suggestions are appreciated
 
16
project page - http://www.squirrel-lang.org
 
17
community forums - http://www.squirrel-lang.org/Forums
 
18
wiki - http://wiki.squirrel-lang.org
 
19
author - alberto@demichelis.net
 
20
 
 
21
END OF README
 
22