Rev 15740 | Rev 17289 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15740 | Rev 16124 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | grep "#define MAX_SCORESEED" wimsdef.h | awk -F'#define MAX_SCORESEED' ' {print "MAX_SCORESEED="$2 ; exit}' |
14 | grep "#define MAX_SCORESEED" wimsdef.h | awk -F'#define MAX_SCORESEED' ' {print "MAX_SCORESEED="$2 ; exit}' |
15 | grep "#define MAX_REGVARS" wimsdef.h | awk -F'#define MAX_REGVARS' ' {print "MAX_REGVARS="$2 ; exit}' |
15 | grep "#define MAX_REGVARS" wimsdef.h | awk -F'#define MAX_REGVARS' ' {print "MAX_REGVARS="$2 ; exit}' |
16 | grep "#define MAX_PROMPTLEN" OefMsg2wims/oef2wims.h | awk -F'#define MAX_PROMPTLEN' ' {print "MAX_PROMPTLEN="$2 ; exit}' |
16 | grep "#define MAX_PROMPTLEN" OefMsg2wims/oef2wims.h | awk -F'#define MAX_PROMPTLEN' ' {print "MAX_PROMPTLEN="$2 ; exit}' |
17 | grep "#define MAX_FREEWORKS" wimsdef.h | awk -F'#define MAX_FREEWORKS' ' {print "MAX_FREEWORKS="$2 ; exit}' |
17 | grep "#define MAX_FREEWORKS" wimsdef.h | awk -F'#define MAX_FREEWORKS' ' {print "MAX_FREEWORKS="$2 ; exit}' |
18 | grep "#define MAX_USERFORGRADES" wimsdef.h | awk -F'#define MAX_USERFORGRADES' ' {print "MAX_USERFORGRADES="$2 ; exit}' |
18 | grep "#define MAX_USERFORGRADES" wimsdef.h | awk -F'#define MAX_USERFORGRADES' ' {print "MAX_USERFORGRADES="$2 ; exit}' |
- | 19 | grep "#define MAX_SUBCLASSES" wimsdef.h | awk -F'#define MAX_SUBCLASSES' ' {print "MAX_SUBCLASSES="$2 ; exit}' |
|
19 | echo "DEBUG_MODULE=qualite@wimsedu.info" |
20 | echo "DEBUG_MODULE=qualite@wimsedu.info" |
20 | echo "DF_SEVERITY=1 2 1" |
21 | echo "DF_SEVERITY=1 2 1" |
21 | echo "MAX_WEIGHT=10000" |
22 | echo "MAX_WEIGHT=10000" |
22 | echo "MIN_WEIGHT=0" |
23 | echo "MIN_WEIGHT=0" |
23 | # list of directories potentially containing user files (in addition to ".users/") |
24 | # list of directories potentially containing user files (in addition to ".users/") |