Top Level Namespace

Defined Under Namespace

Modules: Gecode, GecodeR

Constant Summary collapse

RUST_PATH =
File.dirname(__FILE__) + '/../../../vendor/rust'
ROOT =

Set up some important locations.

Pathname.new(File.dirname(__FILE__) + '/..').realpath
RUST_INCLUDES =
"#{ROOT}/vendor/rust/include"
BINDINGS_DIR =
"#{ROOT}/lib/gecoder/bindings"
EXT_DIR =
"#{ROOT}/ext"
ORIGINAL_DIR =
Pathname.new('.').realpath