Show
Ignore:
Timestamp:
10/12/06 22:35:52 (2 years ago)
Author:
ug
Message:

Changed GameList so as to keep the db connection open all the time.
Added resetFormat, getSGF methods. Slight changes to how the format
string works. Some minor bugs fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo/Makefile

    r195 r196  
    22        g++ -o cpptest -lsqlite3 -lboost_filesystem cpptest.o search.o sgfparser.o abstractboard.o 
    33 
    4 cpptest.o: 
     4cpptest.o: cpptest.cc 
    55        g++ -c cpptest.cc 
    66