mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2412
This commit is contained in:
parent
fbccb56f42
commit
c1895818af
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue