Update of /cvsroot/kuml/kuml/kuml_gui/src/ige
In directory usw-pr-cvs1:/tmp/cvs-serv15170
Added Files:
mand.sh
Log Message:
Added file
--- NEW FILE ---
# This is a workaround for Mandrake linux where some
# environment variables aren't set. One of the needed variables
# is QTDIR. It will be used in the generated makefile (tmake).
#
# This file will become obsolete as soon as I'll find out why mandrake
# don't execute the user profile scripts when I login using X11 instead of the
# console. The file ".bash_profile" in the home directory contains the
# export statements to declare variables, but they aren't set though they
# should.
export QTDIR=/usr/lib/qt2
make -f Makefile
|