Commit graph

4 commits

Author SHA1 Message Date
HarpyWar
34262706ea reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00
pandaemonium
03b47cc239 add simple and stupid local SQLite3 detection (cause there doesn't seem to be a win32 sqlite3 installer that sets some magic registry keys) 2007-09-27 20:34:10 +00:00
dizzy
8a538ca23c Added PostgreSQL storage support option for cmake for Unices (on Windows
we will need some registry readings or lookup directory within src 
path). Also fixed issues with mysql/sqlite finding scripts that were 
ignoring some attributes (like REQUIRED which makes it error if it 
cannot find it).
2007-08-27 20:02:18 +00:00
dizzy
0d0b10c552 First version of the cmake build system. Seems to be more portable and
easy to work with in non-POSIX enviroments than autotools. Still need to 
add installation support for the targets (so you can use "make install") 
and using sed to generate the config files. 
Usage:
- autogen/configure become: "cmake /path/to/pvpgnsource"; only tested in 
the current directory so far, so "cmake ."; out of source builds should 
work too in theory
- make becomes: make (suprise!)
Will update docs with more instructions if we will use it after all.
2007-08-19 11:51:53 +00:00