| Line | Revision | Contents |
| 1 | 4 | # Process this file with http://www.scons.org |
| 2 | ||
| 3 | # init Scons | |
| 4 | EnsureSConsVersion(0,96) | |
| 5 | PACKAGE='scache' | |
| 6 | 147 | VERSION='0.94' |
| 7 | 4 | |
| 8 | #import env. variabless PATH and CLASSPATH | |
| 9 | import os | |
| 10 | env = Environment(ENV = {'PATH' : os.environ['PATH']}, tools = Split("javac zip jar")) | |
| 11 | #Fix javac command line for jdk1.1 | |
| 12 | env['JAVACCOM'] = '$JAVAC $JAVACFLAGS -d ${TARGET.attributes.java_classdir} $SOURCES' | |
| 13 | ||
| 14 | # process build rules | |
| 15 | Export( Split("env PACKAGE VERSION")) | |
| 16 | env.SConscript(dirs=['.']) |
Loggerhead is a web-based interface for Bazaar branches