Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 18218 → Rev 18219

/trunk/wims/src/define.sh
17,6 → 17,7
grep "#define MAX_FREEWORKS" wimsdef.h | awk -F'#define MAX_FREEWORKS' ' {print "MAX_FREEWORKS="$2 ; exit}'
grep "#define MAX_USERFORGRADES" wimsdef.h | awk -F'#define MAX_USERFORGRADES' ' {print "MAX_USERFORGRADES="$2 ; exit}'
grep "#define MAX_SUBCLASSES" wimsdef.h | awk -F'#define MAX_SUBCLASSES' ' {print "MAX_SUBCLASSES="$2 ; exit}'
grep "#define MAX_MENU_ITEMS" html.c | awk -F'#define MAX_MENU_ITEMS' ' {print "MAX_MENU_ITEMS="$2 ; exit}'
echo "DEBUG_MODULE=qualite@wimsedu.info"
echo "DF_SEVERITY=1 2 1"
echo "MAX_WEIGHT=10000"