Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > c1f88920776e815ef6e1d8c76464e27b > files > 1

giram-0.1.11-1mdk.i586.rpm

# This is the system-wide giramrc file.  Any change made in this file
# will affect all users of this system, provided that they are not
# overriding the default values in their personal giramrc file.
#
# Lines that start with a '#' are comments.
# Blank lines are ignored.

# The variable giram_dir is set to either the interned value
# .giram-0.1 or the environment variable GIRAM_DIRECTORY.  If
# the path in GIRAM_DIRECTORY is relative, it is considered
# relative to your home directory.

(prefix "/usr")
(exec_prefix "${prefix}")
(giram_data_dir "${prefix}/share/giram/0.1")

# Set the temporary storage directory...files will appear here
#  during the course of running giram.  Most files will disappear
#  when giram exits, but some files are likely to remain, so it
#  is best if this directory not be one that is shared by other
#  users or is cleared on machine reboot such as /tmp.
(temp-path "${giram_dir}/tmp")

(color-path "${giram_dir}/color:${giram_data_dir}/color")
(color-map-path "${giram_dir}/color_map:${giram_data_dir}/color_map")
(finish-path "${giram_dir}/finish:${giram_data_dir}/finish")
(normal-path "${giram_dir}/normal:${giram_data_dir}/normal")
(pigment-path "${giram_dir}/pigment:${giram_data_dir}/pigment")
(shape-path "${giram_dir}/shape:${giram_data_dir}/shape")
(texture-path "${giram_dir}/texture:${giram_data_dir}/texture")
(renderer-modules-path "${giram_dir}/modules:${giram_data_dir}/modules")

# Help browser
#  Determines which program to use as browser for the GIRAM help pages.
#  Possible values are "giram" which means the built-in help browser
#  which comes with GIRAM as a plug-in and "netscape" which will show
#  the help pages using the "netscape-remote" command.
#(help-browser giram)