diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-09 14:31:53 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-09 14:45:59 +0200 |
commit | 91af205a93440b82ff1730528e98e6355092e02c (patch) | |
tree | 4ccb2748796a0278c06f4809fe8c517349a9381f /sal | |
parent | 6e407a58872c0bef1be1cdf825cffb7902cb5699 (diff) |
Don't misuse CLASSPATH for what goes into the -cp option to javac
CLASSPATH is supposed to show where to find the classes needed by Java
programs running at build time. The -cp switch to javac tells where to
find classes referenced by the code being compiled. These are
different things. (But it doesn't seem to have mattered much in our
build system.) So use T_CP instead, named in the same fashion as
T_CXXFLAGS etc.
But... for some reason this change, which as such should be just more
or less cosmetic, also fixes a build problem in the "scripting" module
on Windows, seen by Noel Grandin
(http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/19016
) and me.
Diffstat (limited to 'sal')
0 files changed, 0 insertions, 0 deletions