*** empty log message ***

svn path=/trunk/boinc/; revision=2412
This commit is contained in:
Karl Chen 2003-10-05 07:21:32 +00:00
parent fbccb56f42
commit c1895818af
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Generated by db_def_to_py on Tue Aug 19 15:03:51 PDT 2003
# Generated by db_def_to_py on Fri Oct 3 01:57:30 PDT 2003
MAX_BLOB_SIZE = 4096
TEAM_TYPE_CLUB = 1
TEAM_TYPE_COMPANY = 2

View File

@ -410,7 +410,7 @@ $(LIBRSA):
$(TESTS): $(top_srcdir)/py/Boinc/version.py $(top_srcdir)/py/Boinc/boinc_db.py
$(srcdir)/boinc_db.inc: $(top_srcdir)/boinc_db.h $(top_srcdir)/lib/result_state.h
$(srcdir)/boinc_db.inc: $(top_srcdir)/db/boinc_db.h $(top_srcdir)/lib/result_state.h
cat $^ | $(srcdir)/db_def_to_php > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,5 +1,5 @@
<?php
// Generated by db_def_to_php on Tue Aug 19 15:03:45 PDT 2003
// Generated by db_def_to_php on Fri Oct 3 01:57:24 PDT 2003
define("MAX_BLOB_SIZE", 4096);
define("TEAM_TYPE_CLUB", 1);
define("TEAM_TYPE_COMPANY", 2);