os/os2/svnver2.c
author truebrain
Tue, 20 May 2008 13:09:34 +0000
branchnoai
changeset 10649 9034b80fdbdb
parent 1528 8dae9fd822c4
permissions -rw-r--r--
(svn r13193) [NoAI] -Add: allow AIs to be packed in a .tar. one AI per tar, always in a subdir. It looks for main.nut in the first dir it finds in the archive
[NoAI] -Add: search for AIs in all searchpaths of OpenTTD
[NoAI] -Fix: only do the initial search once at start-up, not at some random times over time
[NoAI] -Fix: don't compile the sqstdlib files that are never used; this to speed up compilation time
[NoAI] -Fix: *grrmmmm* (very silent talking) forgot svn-props and stuff on ai_info.[ch]pp
1528
8dae9fd822c4 (svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge)
Celestar
parents:
diff changeset
     1
";
8dae9fd822c4 (svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge)
Celestar
parents:
diff changeset
     2
const int _revision_number = 0;
8dae9fd822c4 (svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge)
Celestar
parents:
diff changeset
     3
8dae9fd822c4 (svn r2032) -Codechange: A less hackish version of SVN version detection for OS/2 (orudge)
Celestar
parents:
diff changeset
     4
/* rev.c part 2 for OS/2 - ensure no newline at start of file! */